/cookiecutter-django-crud-app

A Django app template that sets up initial Create, List, Detail, and Update generic views, forms, urls, templates, and tests.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Cookiecutter Django App Template

A cookiecutter Django app template that sets up a simple app (cookiecutter.app_name) and initial Create, List, Detail, and Update generic views, forms, urls, templates, and tests for a specified model (cookiecutter.model_name).