Skip to content

A template repository to use when making a Python (with Django) project for Seedcase.

License

Notifications You must be signed in to change notification settings

seedcase-project/template-python-project

Repository files navigation

Template for Seedcase Python projects

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

Setting things up after cloning

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.

About

A template repository to use when making a Python (with Django) project for Seedcase.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published