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.