mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
More admin cleanup and doc writing
This commit is contained in:
parent
b95ec69d66
commit
b1b26bf489
7 changed files with 245 additions and 53 deletions
9
docs/source/Components/Web-Admin.md
Normal file
9
docs/source/Components/Web-Admin.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# The Web Admin
|
||||
|
||||
The Evennia _Web admin_ is a customized [Django admin site](https://docs.djangoproject.com/en/3.2/ref/contrib/admin/)
|
||||
and is used for manipulating the game database using a graphical interface.
|
||||
|
||||
All actions done in the admin can also be done in-game by use of Admin- or
|
||||
Builder-commands. The only exception is the assigning of `staff` flags for
|
||||
allowing users access to the admin itself.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue