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, requiring only the
definition of a few model attributes and urls.
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 %}