{% extends "website/base.html" %} {% block titleblock %}Admin{% endblock %} {% block content %}
Welcome to the Evennia Admin Page. Here, you can edit many facets of accounts, characters, and other parts of the game.
If you are an advanced user who needs access to the raw Django Admin, it is available here.
You can make this the default my changing EVENNIA_ADMIN to False in settings.py and reload.