Metadata-Version: 2.1
Name: start-django-project
Version: 1.0.7
Summary: Init a new django project with a simple bootstrap layout
License: MIT
Author: TechHeart
Author-email: contact@TechHeart.co.uk
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# make-django-app
To download:

`pip install make-django-project`

To use:

`start-django-project ./path_of_your_project`

Or to init inside a folder:

`start-django-project ./`
