{% extends 'base.html' %} {% block title %} Accounts | {{ block.super }} {% endblock %} {% block body %}

Welcome!

This is an example website for django-simple-menu.

How to use this example

  1. Create a superuser: python3 manage.py createsuperuser --username "admin"
  2. Create another superuser: python3 manage.py createsuperuser --username "guest"
  3. Log in as admin into Django administration and remove admin and staff rights from guest.
  4. Try logging in and out on the website and visit the pages in the top menu.

More

{% endblock %}