Create Django projects the easy way. From installing django to creating github repository for project, One command, that's all!
In virtualenv
simply install using pip.You can setup virtualenv
+virtualenvwrapper
environment using virtualenv-burrito.
pip install djauto
If you are not root user prefix sudo
sudo pip install djauto
djauto PROJECT_NAME APP_NAME
or
sudo djauto PROJECT_NAME APP_NAME
- Downloads latest version of Django using pip
- Creates a django project named "PROJECT_NAME" in current directory.
- Creates and add the app named "APP_NAME" in INSTALLED_APPS in
settings.py
. - Asks if you want to create github repository. If yes, then
- Asks for github username.
- Creates repo named PROJECT_NAME.
- Asks for short description.
- Asks for password.
- Adds all file and push it on github.
- We're done!
git
integration.virtualenv
integration.- python 3.x support.