Skip to content

FloatinggOnion/drf-base-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework Base App

About

  • This is a base DRF project that can speed up development times by taking away the basic, mundane tasks, allowing you to focus on your app's main functionalities.

Features

This is a base app for building API's with django rest framework. It includes the following:

  • A custom user model that uses email as username and password instead of default username/password authentication system (this can be changed)
  • Setup PostgreSQL database
  • Authentication serializers, viewsets and routers

Setup

  • The simplest option is to use this repo as a template.
  • Else...
  • Clone this repo
  • Run pipenv install Pipfile
  • Enjoy!

About

A starter app for the Django REST Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages