joeyworld / drf-basic-settings

🔧🔨MINIMAL scaffolding of Django Rest Framework REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%