mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Cleaned up the game_template directory to match the web layout better.
This commit is contained in:
parent
7e6cced01a
commit
4c2923760b
4 changed files with 8 additions and 6 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue