You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a new project I usually use the following flow:
1- I create a project directory
2- Enter into the directory and create a virtual env with 'python -v venv .venv
3- Activate my virtual env
4- Install my needs with pip
5- Start a new project in the created folder like 'django-admin startproject projectname .'
But with bottery doesn't accept the '.' parameter yet.
The text was updated successfully, but these errors were encountered:
diegomaranhao
changed the title
Allow to create bottery project in current directory just linke django.
Allow to create bottery project in current directory just like django.
Apr 24, 2018
When I create a new project I usually use the following flow:
1- I create a project directory
2- Enter into the directory and create a virtual env with 'python -v venv .venv
3- Activate my virtual env
4- Install my needs with pip
5- Start a new project in the created folder like 'django-admin startproject projectname .'
But with bottery doesn't accept the '.' parameter yet.
The text was updated successfully, but these errors were encountered: