{% extends "website/base.html" %} {% block titleblock %}Admin{% endblock %} {% block content %}

Admin

Welcome to the Evennia Admin Page. Here, you can edit many facets of accounts, characters, and other parts of the game.


Accounts

Accounts can have several characters under them. A user's login and password information can be changed here.

Objects

Objects include everything from characters to rooms to exits.

Scripts

Scripts are meta objects used to store game information, handle special functionality or perform timed actions.

Channels

Channels are used for player communications.

Help Topics

Help entries are custom entries added to the player help system.


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.

{% endblock content %}