Fixed placement of websocket javascript and template.
Fixed wrong readme in static. Moved backends.py into web/util
This commit is contained in:
parent
a1b596a847
commit
a34ddea236
6 changed files with 8 additions and 9 deletions
|
|
@ -1,7 +1,3 @@
|
|||
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:
|
||||
DO NOT EDIT FILES IN THIS DIRECTORY! THEY WILL BE OVERWRITTEN.
|
||||
|
||||
python manage.py collectstatic
|
||||
|
||||
or 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.
|
||||
If you need to edit static files, see the static_overrides directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue