/drf-demo

A collection of demos for DRF

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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 !