{% extends "project/base.html" %} {% block content %}

django-crud-views examples

One self-contained example app per feature. Every page shows the code behind it.

Documentation »
{% for feature in features %}
{{ feature.title }} {% if feature.badge %} {{ feature.badge }} {% endif %}

{{ feature.description }}

{% endfor %}
Demo users (created by manage.py seed): admin/admin (superuser), alice/alice and bob/bob (regular users — see the Guardian example).
{% endblock content %}