{% extends "base.html" %} {% load staticfiles %} {% block content %}

Example.com

Imagine that this is a real site

Pretend that this is the homepage of a big Django site.

Imagine lots of things are here:

In other words, these are items that we can introspect through the Django admin.

Under the hood

Now, explore the Django admin for example.com. Click on either of the following:

The original Django Admin

Powered by django.contrib.admin. This is just here for reference.

The new Admin2

Powered by django-admin2.

{% endblock %}