Updated the game template to the change web directory layout.

This commit is contained in:
Griatch 2016-01-24 11:06:39 +01:00
parent 9ddd0ecf33
commit de7787b042
12 changed files with 21 additions and 18 deletions

View file

@ -1,3 +0,0 @@
You can replace the CSS files for Evennia's homepage here.
You can find the original files in `evennia/web/static/evennia_general/css/`

View file

@ -1,3 +0,0 @@
You can replace the image files for Evennia's home page here.
You can find the original files in `evennia/web/static/evennia_general/images/`

View file

@ -0,0 +1,3 @@
You can replace the CSS files for Evennia's homepage here.
You can find the original files in `evennia/web/static/website/css/`

View file

@ -0,0 +1,3 @@
You can replace the image files for Evennia's home page here.
You can find the original files in `evennia/web/static/website/images/`

View file

@ -1,3 +0,0 @@
Replace Evennia's Django templates with your own here.
You can find the original files in evennia/web/templates/evennia_general

View file

@ -1,4 +0,0 @@
You can replace the theme templates for the default theme 'prosimii' here. You may wish to create a different
theme instead, however, and update your settings accordingly.
You can find the original files in `evennia/web/templates/prosimii/`

View file

@ -1,3 +0,0 @@
The templates involving login/logout can be overwritten here.
You can find the original files in `evennia/web/templates/prosimii/registration/`

View file

@ -0,0 +1,3 @@
Replace Evennia's webclient django templates with your own here.
You can find the original files in `evennia/web/webclient/templates/webclient/`

View file

@ -0,0 +1,7 @@
You can replace the django templates (html files) for the website
here. It uses the default "prosimii" theme. If you want to maintain
multiple themes rather than just change the default one in-place,
make new folders under `template_overrides/` and change
`settings.ACTIVE_THEME` to point to the folder name to use.
You can find the original files under `evennia/web/website/templates/website/`

View file

@ -1,3 +1,3 @@
Flatpages require a default.html template, which can be overwritten by placing it in this folder.
You can find the original files in `evennia/web/templates/evennia_general/prosimii/flatpages/`
You can find the original files in `evennia/web/website/templates/website/flatpages/`

View file

@ -0,0 +1,3 @@
The templates involving login/logout can be overwritten here.
You can find the original files in `evennia/web/website/templates/website/registration/`

View file

@ -14,5 +14,5 @@ custom_patterns = [
# url(r'/desired/url/', view, name='example'),
]
# this is used by Django.
# this is required by Django.
urlpatterns = custom_patterns + urlpatterns