Customize api and add redoc autodocs

This commit is contained in:
Griatch 2021-05-23 11:48:41 +02:00
parent 43d678d8ca
commit 87e0796f05
14 changed files with 243 additions and 36 deletions

View file

@ -880,7 +880,7 @@ STATIC_URL = "/static/"
# served by webserver.
STATIC_ROOT = os.path.join(GAME_DIR, "server", ".static")
# Location of static data to overload the defaults from
# evennia/web/webclient and evennia/web/website's static/ dirs.
# evennia/web/static.
STATICFILES_DIRS = [os.path.join(GAME_DIR, "web", "static")]
# Patterns of files in the static directories. Used here to make sure that
# its readme file is preserved but unused.