Django Rest Framework Starter Template

This template includes

  1. Django rest framework
  2. Authentication setup with Django Simple JWT
  3. Django Cors Header
  4. Custom Django User
  5. Custom User Admin
  6. Sample Api views with simple error handling and pagination
  7. Sample different types of serializers

How to setup

  git clone git@github.com:FarhanAliRaza/Django-Api-Template.git
  cd Django-Api-Template
  rm -r .git or # delete .git folder on windows

Rename the folder and start your own adventure 🎇