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

{{ view.title_heading|default:view.title }}

Welcome to djMVC - A declarative CRUD framework for Django.

Django Admin

Declarative

Define your CRUD interfaces with simple Python classes.

Customizable

Swap frontends, override templates, and customize behavior.

Secure

Permission system built in with secure defaults.

{% endblock %}