Skip to content

alon-p/django-poetry-opinionated-cookiecutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A modern opinionated project generator for django

Built with cookiecutter

Opinionated means:

  • Using poetry to manage dependencies

  • Using django-configurations to setup a class based, different environments in settings, most configurations defined with environment variables

  • Postgresql as a default db

  • Gunicorn for production serving

  • Django's goodies: django-storages for storage backends. django-extensions, django-import-export plugin for the admin

  • Cors middleware and querycount middleware, timezone middleware

  • Django rest framework for api

  • My very own: poor man's service locator, helping to provide abstraction

  • Deployable: Built in aws codebuild, Working dockerfile, nginx to serve static files, aws boto for s3 integration

  • health check endpoint

  • Ready with initial ci for github actions or codebuild aws ci

Easy local development for frontend users

Ability to run this whole project with

docker-compose up --build

Expected configuration:

  • project_name in underscore format
  • git_repo link

How to work with this

  1. pip install cookiecutter if not installed yet
  2. cookiecutter https://github.com/alonisser/django-poetry-opinionated-cookiecutter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.8%
  • Dockerfile 5.2%