A Cookie Cutter Template for creating a public python package.
This template is heavily inspired by https://github.com/GoogleCloudPlatform/django-demo-app-unicodex, which we've then optimised for our use case.
First, install cookiecutter:
pip install cookiecutter
Next, generate a project directory:
cookiecutter https://github.com/kogan/django-cloudrun-cookiecutter
Now go forth and continue editing your new project.