Welcome!
This is an example website for django-simple-menu.
How to use this example
-
Create a superuser:
python3 manage.py createsuperuser --username "admin"
-
Create another superuser:
python3 manage.py createsuperuser --username "guest"
-
Log in as
admin
into Django administration and remove admin and staff rights fromguest
. - Try logging in and out on the website and visit the pages in the top menu.