Metadata-Version: 2.1
Name: django-gentemplates
Version: 0.0.1
Summary: Generate base django templates with a model name
Home-page: https://git.sr.ht/~nathanchapman/django-gentemplates
Author: Nathan Chapman
Author-email: contact@nathanjchapman.com
Project-URL: Bug Tracker, https://todo.sr.ht/~nathanchapman/django-gentemplates
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Django Gentemplates

Generate basic set of templates for a model.

### Usage

`$ django-gentemplates <appname> <modelname>`

Will create the following files, with basic rendering:

- modelname_confirm_delete.html
- modelname_create_form.html
- modelname_detail.html
- modelname_form.html
- modelname_list.html
