evennia/game/gamesrc/web/static_overrides/README.md
2014-06-28 16:28:24 -05:00

5 lines
375 B
Markdown

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
Do note you may have to reproduce any preceeding directory structures for the file to end up in the right place.