Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to create bottery project in current directory just like django. #150

Open
diegomaranhao opened this issue Apr 24, 2018 · 0 comments

Comments

@diegomaranhao
Copy link

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.

@diegomaranhao 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants