• Stars
    star
    277
  • Rank 148,875 (Top 3 %)
  • Language
    JavaScript
  • Created almost 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Combining Django Rest Framework and React, using webpack.

Django Rest Framework + React

Example code for the tutorial found at geezhawk.github.io.

To try it yourself, clone the repo and run:

  • npm install
  • pip install -r requirements.txt
  • export DJANGO_SECRET_KEY='your-secret-key'
  • ./node_modules/.bin/webpack --config webpack.config.js
  • python manage.py runserver