jlech42 / drf-react

Combining Django Rest Framework and React, using webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Combining Django Rest Framework and React, using webpack.


Languages

Language:JavaScript 100.0%Language:Python 0.0%Language:HTML 0.0%