MakeDjango

MakeDjango: simple command line tool for start django project

MIT License

Stars
4
Committers
1

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.