Skip to content

vlad-pro/django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal (very) opinionated django template

CircleCI Shields.io

Easy peasy

What is in the box

  • API-only django (checkout this post in Russian) based on Django REST Framework with JWT support
  • Starter Circle CI configuration
  • pytest with usefull stuff like freezegun, pytest-mock and super convinient DRF test client
  • flake8 with ton of plugins (contact me if you know more)
  • pip-tools with separate development-time dependencies
  • Custom user model
  • Whitenoise for effortless static files hosting
  • Sentry. Set SENTRY_DSN env var if you need it.

Optional next steps

You definetely should consider this steps after installation:

Installation

$ pip install cookiecutter
$ cookiecutter gh:f213/django

About

My personal (very) opinionated django template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.8%
  • Dockerfile 7.2%
  • Shell 3.0%