Skip to content

ivbignal/DjangoTutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + DRF Base Template

Basic template to fork from while creating Django REST API applications.

Installation

  1. Fork from this repo
  2. Clone your new repository
  3. Continue building your application

Features

  • Configured Poetry requirements files
  • Configured separated settings
  • Configured logger
  • Common settings excluded to .env file
  • Configured separated and versioned API urls
  • Custom request-logging middleware
  • Custom pagination class, able to vary page_size parameter
  • Configured linters
  • Configured tests using pytest
  • Makefile to quickly run linters and tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 1.4%
  • Makefile 1.0%