Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework basic settings

🔧🔨MINIMAL scaffolding of Django Rest Framework REST API

Usage

You can just clone this repo for initial scaffolding of Django + Django Rest Framework app.

$ git clone https://github.com/gyukebox/drf-basic-settings

Create a virtual environment and install requirements via pip

$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt

Rename this repository and project with on your own name!

Features

To do

Create variants with:

  • JWT Auth
  • Swagger docs builtin
  • Custom response formatting middleware
  • Custom pagination
  • Minimal custom user auth

About

🔧🔨MINIMAL scaffolding of Django Rest Framework REST API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages