linovia / drf-demo

A collection of demos for DRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of use cases for Django REST framework

Installation

It's as simple as creating a virtualenv and installing the package:

pip install -e git+git@github.com:linovia/drf-demo.git#egg=drf_demo-master

Then you can start the example server with:

python manage.py runserver

Finally you'll point your browser to http://localhost:8000/ and enjoy !

About

A collection of demos for DRF

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%