daphne/channels
Jan Boysen fdc80cb269 runserver should respect FORCE_SCRIPT_NAME setting (#435)
* Pass FORCE_SCRIPT_NAME to Daphne server when set

FORCE_SCRIPT_NAME seems not to be honored any more with build-in runserver after activating channels app.
The normal behavior of Django is the FORCE_SCRIPT_NAME is used as prefix when set while generating URLs so its possible to
create a path prefix and determine different Django installations based on the path rather than hostname without having to prefix all paths in urls.py.

* Only strip script_name from path if it starts with it

* make tests happy again after setting kwarg root_path
2016-11-18 06:26:16 -08:00
..
binding Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
generic Add closing response codes (#426) 2016-11-05 13:39:44 +01:00
management runserver should respect FORCE_SCRIPT_NAME setting (#435) 2016-11-18 06:26:16 -08:00
tests runserver should respect FORCE_SCRIPT_NAME setting (#435) 2016-11-18 06:26:16 -08:00
__init__.py Releasing version 0.17.2 2016-08-04 16:55:43 -07:00
apps.py First version of binding code 2016-07-14 23:15:57 -07:00
asgi.py Introduce ChannelTestCase to make testing easier 2016-04-04 03:34:05 +02:00
auth.py Iimprovements for test client (#352) 2016-09-12 11:28:12 +01:00
channel.py Send messages after the end of consumers 2016-10-05 14:49:46 -07:00
exceptions.py Work in progress towards accepting websockets explicitly 2016-10-05 10:45:51 -07:00
hacks.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
handler.py runserver should respect FORCE_SCRIPT_NAME setting (#435) 2016-11-18 06:26:16 -08:00
log.py Show daphne server logs in runserver 2016-08-05 22:17:59 -07:00
message.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
routing.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
sessions.py Issue#393: Clear session modified flag on enforce_ordering session save (#402) 2016-10-21 11:59:45 -07:00
signals.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
staticfiles.py Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
utils.py Naming consumers that are classmethods (#324) 2016-08-29 10:37:09 -07:00
worker.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00