You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/tutorial_01.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ Start Your App
9
9
--------------
10
10
During this tutorial you will make an XHR POST from a Heroku deployed app to your localhost instance.
11
11
Since the domain that will originate the request (the app on Heroku) is different from the destination domain (your local instance),
12
-
you will need to install the `django-cors-middleware<https://github.com/zestedesavoir/django-cors-middleware>`_ app.
12
+
you will need to install the `django-cors-headers<https://github.com/adamchainz/django-cors-headers>`_ app.
13
13
These "cross-domain" requests are by default forbidden by web browsers unless you use `CORS <http://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_.
14
14
15
-
Create a virtualenv and install `django-oauth-toolkit` and `django-cors-middleware`:
15
+
Create a virtualenv and install `django-oauth-toolkit` and `django-cors-headers`:
0 commit comments