Some consistency improvements with URL overrides.

This commit is contained in:
Kelketek Rritaa 2014-05-25 13:18:00 -05:00
parent 16bcc3c9f0
commit fbe0eab01c
7 changed files with 50 additions and 17 deletions

View file

@ -0,0 +1,5 @@
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.