Skip to content

Commit ef43fb3

Browse files
author
Jonathan Cox
committed
Update README.md
1 parent e03f9f8 commit ef43fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Django Rest Framework + React = Awesome
22
=======================================
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).
3+
Example code for the tutorial found at [geezhawk.github.io](http://geezhawk.github.io/using-react-with-django-rest-framework).
44

55
To try it yourself, clone the repo and run:
66

77
* `npm install`
88
* `pip install -r requirements.txt`
99
* `export DJANGO_SECRET_KEY='your-secret-key'`
1010
* `./node_modules/.bin/webpack --config webpack.config.js`
11-
* `python manage.py runserver`
11+
* `python manage.py runserver`

0 commit comments

Comments
 (0)