Tool for quickly creating Django projects
- macOS
- Linux
- >= Python 3.3
- python3-venv
- bash/zsh
- autoenv(Not required)
$ git clone https://github.com/jupiny/django-quickstarter.git
$ cd django-quickstarter
$ make install
The usage is very simple. Just type the following command in the path to create the Django project.
$ django-init
$ cd django-quickstarter
$ make uninstall
Then, delete the directory that you cloned the repository.
$ rm -rf django-quickstarter