Skip to content

Tobi-De/pyapp_docker_example

Repository files navigation

pyapp_docker_example

falco Ruff Hatch project

Prerequisites

Development

Setup project

Ensure that the Python version specified in your .pre-commit-config.yaml file aligns with the Python in your virtual environment. Hatch can manage your python installation if needed. If this is a newly created project, run git init && git add -A first.

just setup

Read the content of the justfile to understand what this command does. Essentially, it sets up your virtual environment, installs the dependencies, runs migrations, and creates a superuser with the credentials admin@localhost (email) and admin (password).

Run the django development server

just server

Tip

Run just to see all available commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages