Skip to content

🔧🔨MINIMAL scaffolding of Django Rest Framework REST API

License

Notifications You must be signed in to change notification settings

joeyworld/drf-basic-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages