8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ad5eb commit d2ce8ceCopy full SHA for d2ce8ce
README.rst
@@ -88,9 +88,9 @@ from source::
88
Once installed you can then add ``django_socketio`` to your
89
``INSTALLED_APPS`` and ``django_socketio.urls`` to your url conf::
90
91
- urlpatterns = patterns('',
+ urlpatterns += [
92
url("", include('django_socketio.urls')),
93
- )
+ ]
94
95
The client-side JavaScripts for Socket.IO and its extensions can then
96
be added to any page with the ``socketio`` templatetag::
0 commit comments