Skip to content

b4mad/racing-paddock

Repository files navigation

The #B4mad Racing Paddock

development

setup

Open the project in a VSCode DevContainer. The container will install all dependencies and set up the environment.

run

Start serving the website.

pipenv run ./manage.py runserver

debug

  • VSCode Command Pallete: Python: Select Interpreter
    • select Recommended: Pipenv
  • Run and Debug
    • runserver