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

Usage

  1. View the Admin interface
    1. Add a Website
    2. Add an Application
    3. Add a Website Application
  2. View the sample applications. Making changes to the Webiste Application settings will update the settings displayed here. Only website applications that have been fully enabled will be accessable.
      {% for website in websites %}
    1. {{ website.name }} ({{ website.short_name }})
      1. View Example App Foo index.
      2. View Example App Bar index.
    2. {% endfor %}
{% endblock %}