{% extends "base_generic.html" %} {% block content %}

Local Library Home

Welcome to LocalLibrary, a very basic Django website developed as a tutorial example on the Mozilla Developer Network.

The tutorial demonstrates how to create a Django skeleton website and application, define URL mappings, views (including Generic List and Detail Views), models and templates.

UML Models

An UML diagram of the site's Django model structure is shown below.

{% load static %} My image

Dynamic content

The library has the following record counts:

You have visited this page {{ num_visits }} times. {% if perms.check_permissions.can_view_link %} {% load custom_tag %} {% get_link %} {% else %} failed to pass the permission! {% endif %} {% endblock %}