Metadata-Version: 2.1
Name: django-cli-g73
Version: 0.1.1
Summary: This is a small project created with the initial purpose of facilitating, through a single command, the creation of views(views), templates(templates), models(models) and serializers(serializers) for the django web framework.
Home-page: https://github.com/wdavid73/django-cli
Author: Wilson Padilla
Author-email: wdavidw26@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: blessings (==1.7)
Requires-Dist: click (==7.1.2)
Requires-Dist: curtsies (==0.3.4)
Requires-Dist: enquiries (==0.1.0)
Requires-Dist: pyfiglet (==0.8.post1)
Requires-Dist: six (==1.15.0)
Requires-Dist: wcwidth (==0.2.5)

# DJANGO CLI

## Description

This is a small project created with the initial purpose of facilitating, through a single command, the creation of views, templates, models, serializers and basic endpoints for the django web framework together with the django rest framework.
You can use
[Django-Cli](https://github.com/wdavid73/django-cli)
[Django-Cli in PyPi](https://pypi.org/project/django-cli-g73/#description)

## Requirements

1. python 3.7+
2. Libray CLick

## Usage

before using any command in the package first go to your django project folder

## Install Manually

git clone <https://github.com/wdavid73/django-cli>
python setup.py

## Commands local

1. python cli/main.py make-view
2. python cli/main.py make-template
3. python cli/main.py make-model
4. python cli/main.py make-serializer
5. python cli/main.py make-endpoint (working progress)

## Commands

1. django-cli make-view
2. django-cli make-template
3. django-cli make-model
4. django-cli make-serializer
5. django-cli make-endpoint


