We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fa883 commit 81e72c1Copy full SHA for 81e72c1
doc/index.rst
@@ -52,6 +52,12 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
52
)
53
54
55
+.. note::
56
+
57
+ Be sure to set the `settings.ALLOWED_HOSTS`_ properly (especially on Django 1.5+).
58
+ If not, you will have HTTP 500 errors.
59
60
61
Documentation
62
=============
63
@@ -77,3 +83,5 @@ Indices and tables
77
83
* :ref:`modindex`
78
84
* :ref:`search`
79
85
86
87
+.. _settings.ALLOWED_HOSTS: https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
0 commit comments