Metadata-Version: 2.1
Name: create-djangoproject-script
Version: 1.0
Summary: A script to create Django projects and apps
Home-page: https://github.com/kamalkant255/create_djangoproject
Author: kamalkant
Author-email: kamalkantupadhyay255@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Django <4.0,>=3.2
Requires-Dist: djangorestframework
Requires-Dist: djangorestframework-simplejwt
Requires-Dist: drf-yasg
Requires-Dist: mysqlclient
Requires-Dist: python-dotenv

# create_django_project

A script to create Django projects and apps.

## Installation



