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 e03f9f8 commit ef43fb3Copy full SHA for ef43fb3
README.md
@@ -1,11 +1,11 @@
1
Django Rest Framework + React = Awesome
2
=======================================
3
-Example code for the tutorial found at [geezhawk.github.io](http://geezhawk.github.io/2016/02/02/using-react-with-django-rest-framework.html).
+Example code for the tutorial found at [geezhawk.github.io](http://geezhawk.github.io/using-react-with-django-rest-framework).
4
5
To try it yourself, clone the repo and run:
6
7
* `npm install`
8
* `pip install -r requirements.txt`
9
* `export DJANGO_SECRET_KEY='your-secret-key'`
10
* `./node_modules/.bin/webpack --config webpack.config.js`
11
-* `python manage.py runserver`
+* `python manage.py runserver`
0 commit comments