Create Django projects the easy way. From installing django to creating app for project, One command, that's all!
pip install djauto
djauto PROJECT_NAME APP_NAME
- Downloads latest version of [Django](https://www.djangoproject.com/) 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!