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
).
smajda/cookiecutter-django-crud-app
A Django app template that sets up initial Create, List, Detail, and Update generic views, forms, urls, templates, and tests.
PythonBSD-3-Clause