evennia/game_template/web/static_overrides
2015-01-08 00:04:18 +01:00
..
README.md Updated the game template, renaming subdir typeclasses rather than types since the latter collides with the python library module of the same name. 2015-01-08 00:04:18 +01:00

If you want to override one of the static files (such as a CSS or JS file) used by Evennia or a Django app installed in your Evennia project, copy it into this folder, and it will be placed in the static folder when you run:

python manage.py collectstatic

...or when you reload the server via the command line.

Do note you may have to reproduce any preceeding directory structures for the file to end up in the right place.