Django project generator
Project description
Create Django projects the easy way. From installing django to creating app for project, One command, that’s all!
Install
pip install djauto
How to use it?
djauto PROJECT_NAME APP_NAME
What does above command do?
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djauto-1.2.3.tar.gz
(2.7 kB
view hashes)
Built Distribution
djauto-1.2.3-py2-none-any.whl
(4.4 kB
view hashes)