The Definitive Django Learning Platform.
This project is for beginners to get started with the Django Rest Framework for building API's with Django
Run the following commands to get started:
virtualenv envpip install -r requirements.txtpython manage.py runserver