/MakeDjango

MakeDjango: simple command line tool for start django project

Primary LanguagePythonMIT LicenseMIT

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.