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

Admin

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

Players

Players are user accounts. Players 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

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 %}