Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aka-devoid/makedjango
MakeDjango: simple command line tool for start django project
https://github.com/aka-devoid/makedjango
argparse channels channels3 cli-tool django django-graphql django-rest-framework pypi python
Last synced: about 1 month ago
JSON representation
MakeDjango: simple command line tool for start django project
- Host: GitHub
- URL: https://github.com/aka-devoid/makedjango
- Owner: aka-deVOID
- License: mit
- Created: 2021-11-24T18:19:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T12:10:27.000Z (about 2 years ago)
- Last Synced: 2024-09-23T00:03:13.000Z (about 2 months ago)
- Topics: argparse, channels, channels3, cli-tool, django, django-graphql, django-rest-framework, pypi, python
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![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.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:
``` 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.