Fixed placement of websocket javascript and template.

Fixed wrong readme in static.

Moved backends.py into web/util
This commit is contained in:
Kelketek Rritaa 2014-06-29 07:05:45 -05:00
parent a1b596a847
commit a34ddea236
6 changed files with 8 additions and 9 deletions

View file

@ -2,4 +2,6 @@ If you want to override one of the static files (such as a CSS or JS file) used
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.