rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

diegomaranhao opened this issue · comments

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.