jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
896 stars 222 forks source link

static/js stomping on collectstatic namespace #168

Open pkkid opened 8 years ago

pkkid commented 8 years ago

Its standard convention to put static files into another directory so collect static won't stomp on other directories created. This is easily fixed by moving ws4redis/static/js to ws4redis/static/ws4redis/js.

jrief commented 8 years ago

Thanks for pointing this out. Will fix it in the next release.