Cleaned up the game_template directory to match the web layout better.

This commit is contained in:
Griatch 2016-05-22 20:09:17 +02:00
parent 7e6cced01a
commit 4c2923760b
4 changed files with 8 additions and 6 deletions

View file

@ -28,8 +28,8 @@ When running you will find four new files appear in this directory:
This subdirectory holds the configuration modules for the server. With
them you can change how Evennia operates and also plug in your own
functionality to replace the default. You usually need to restart the
server to apply changes done here. The most importand file is the file
`settings.py´ which is the main configuration file of Evennia.
server to apply changes done here. The most important file is the file
`settings.py` which is the main configuration file of Evennia.
## server/logs/

View file

@ -1 +1,2 @@
This directory is where file uploads from Django apps are placed by default.
This directory is where file uploads from Django apps are placed by
default.

View file

@ -1,3 +1,4 @@
DO NOT EDIT FILES IN THIS DIRECTORY! THEY WILL BE OVERWRITTEN.
If you need to edit static files, see the static_overrides directory.
If you need to edit static files, replace them (using the same path)
in the static_overrides directory.

View file

@ -1,4 +1,4 @@
Place your own version of templates into this file to override the default ones.
For instance, if there's a template at: `evennia/web/templates/evennia_general/index.html`
and you want to replace it, create the file `template_overrides/evennia_general/index.html`
For instance, if there's a template at: `evennia/web/website/templates/website/index.html`
and you want to replace it, create the file `template_overrides/website/index.html`
and it will be loaded instead.