shvgn / django

My personal (very) opinionated django template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
$ cookicutter gh:f213/django

About

My personal (very) opinionated django template


Languages

Language:Python 88.0%Language:Dockerfile 8.5%Language:Shell 3.5%