Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 384 Bytes

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