Skip to content

Just a template to a dockerized django app, to use as base in my future projects.

Notifications You must be signed in to change notification settings

renanstn/django-template

Repository files navigation

django-template

Python Django DjangoREST Docker Code style: black Django CI Dockerfile lint

Just a good template to a dockerized django-rest app.

Features

  • Use Poetry as dependency manager
  • Use Black as code formatter
  • Use django-extensions to provide some nice tools (like plus_shell)
  • Use Makefile as a shortcut for some commands
  • Automatically run collectstatic, makemigrations and migrate when the container runs
  • Automatically create an superuser if not exists
  • GitHub actions configured, with Postgres integration for tests