Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.52 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.52 KB

MakeDjango

made-with-python GitHub PyPI - Downloads PyPI PyPI - Python Version

GitHub watchers GitHub Repo stars GitHub forks

MakeDjango

  • Document: Soon
  • Pypi: HERE
  • Version: 1.2.7

What is MakeDjango?

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.)

Installation

To install MakeDjango, use pip:
pip install MakeDjango

Or to install from source:

python setup.py install

Usage

To display all commands:
MakeDjango --help
To create a project automatically:

name: project name

mode: rest or django(jinja) or graphpl

appnames: exam-> app1 app2

MakeDjango -a name mode apnames...

License

MIT. See LICENSE for more details.