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

Example.com

{% trans "Imagine that this is a real site" %}

{% trans "Pretend that this is the homepage of a big Django site." %}

{% trans "Imagine lots of things are here:" %}

{% trans "In other words, these are items that we can introspect through the Django admin." %}

{% trans "Under the hood" %}

{% trans "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.


See the Blog in Action

{% endblock %}