Metadata-Version: 2.3
Name: create-django-app-poetry
Version: 0.1.1
Summary: A CLI tool for creating Django projects from a template
License: MIT
Keywords: django,template,cli
Author: Fotex
Author-email: sergioreklamplay@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# Just a Django Template install CLI tool
This is a CLI tool for installing just-a-django-template. 
[Github link](https://github.com/Sergio-prog/just-a-django-template)

## Quickstart
### How to install template?
```bash
pip install create-django-app
create-django-app test_django_project
```

