This repository contains a template for setting up new Python (with Django) projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
# NAME is the name to give the new repository
gh repo create NAME --template seedcase-project/template-python-project
To add Poetry:
cd new-project
poetry init
Search for NAME
and REPO
and replace them with the name of your project and the repository name. Then look for any TODO
items.
You will need to set up Fly manually for now.
Use the commands found in spaid
repo to run the next setup steps.