- Document: Soon
- Pypi: HERE
- Version: 1.2.7
A command line tool to speed up project construction ...
Its main purpose is to create the right template for each project mode.
(Create the folders and files needed for the project.)
pip install MakeDjango
Or to install from source:
python setup.py install
MakeDjango --help
name: project name
mode: rest or django(jinja) or graphpl
appnames: exam-> app1 app2
MakeDjango -a name mode apnames...
MIT. See LICENSE for more details.