Metadata-Version: 2.4
Name: django-autoapp
Version: 1.0.0
Summary: Auto generate Django app and model using management command
Home-page: https://github.com/yourusername/django_autoapp
Author: Dhiraj Jadav
Author-email: Dhiraj Jadav <jadavdhiraj020@gmail.com>
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=4.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Django AutoApp

Django AutoApp is a package to auto-generate Django apps with boilerplate code.

## Installation

```sh
pip install django-autoapp

how use

```sh
py manage.py autoapp <APP_NAME> <MODEL_NAME>

All done
