Admin
Note: Users hold django-specific authentication and should not be created stand-alone. Groups define permissions only relevant to admin-site access. To create a new In-game user, create a new Player.
{% endif %}| {{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
|---|
Game entities
{% for app in app_list %} {% if app.name in evennia_entityapps %} {% if app.name == 'Comms' %}This defines entities that has an in-game precense or effect of some kind.
{% endif %}| {{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
|---|
Website
{% for app in app_list %} {% if app.name in evennia_websiteapps %} {% if app.name == 'Flatpages' %}Miscellaneous objects related to the running and managing of the Web presence.
{% endif %}| {{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
|---|
{% trans "You don't have permission to edit anything." %}
{% endif %}