A Demonstration
This is a demonstration of the Django Python package
django-bootstrap-crud-templates
.
Please note that the database is reloaded every five minutes.
The work involved
Each page is generated automatically simply through the
definition of a few model attributes and its class-based views.
models.py
{% with project_root|add:"/crud/models.py" as models %}{% ssi models %} {% endwith %}
urls.py
{% with ""|add:project_root|add:"/crud/urls.py" as urls %}{% ssi urls %} {% endwith %}