Metadata-Version: 2.1
Name: MakeDjango
Version: 1.2.6
Summary: simple command line tool for start project
Home-page: https://github.com/MahanBi/MakeDjango.git
Author: Mahan Bakhshi
Author-email: dirtymbgamer@gmail.com
Maintainer: Mahan Bakhshi
Maintainer-email: dirtymbgamer@gmail.com
License: MIT
Project-URL: issues, https://github.com/MahanBi/MakeDjango/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

![MakeDjango](https://github.com/MahanBi/MakeDjango/blob/master/docs/images/MakeDjango.png)

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) ![GitHub](https://img.shields.io/github/license/MahanBi/MakeDjango) ![PyPI - Downloads](https://img.shields.io/pypi/dm/MakeDjango) ![PyPI](https://img.shields.io/pypi/v/MakeDjango) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/MakeDjango)

![GitHub watchers](https://img.shields.io/github/watchers/MahanBi/MakeDjango?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/MahanBi/MakeDjango?style=social) ![GitHub forks](https://img.shields.io/github/forks/MahanBi/MakeDjango?style=social)

# MakeDjango

- Document: Soon
- Pypi: [HERE](https://pypi.org/project/MakeDjango/)
- Version: 1.2.6

## 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:

``` bash
pip install MakeDjango
```

Or to install from source:

``` bash
python setup.py install
```

### Usage

##### To display all commands:

``` bash
MakeDjango --help
```

##### To create a project automatically:

name: project name

mode: rest or django(jinja) or graphpl

appnames: exam-> app1 app2

``` bash
MakeDjango -a name mode apnames...
```

### License

MIT. See [LICENSE](https://github.com/MahanBi/MakeDjango/blob/master/LICENSE) for more details.


