Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 445 Bytes

python-template

A collection of best practices for handling python projects, with various recipes for building using different projects

Recipes

Basic django project that uses postgres and pydantic-settings for settings management, sane defaults and a quick way to get a working django outline up and running

Basic FastAPI project with a mysql db