An RCOS project used for club websites at RPI
To setup the project's development environment, run setup.bat. This performs all necessary first-time setup tasks and adds a VSCode debugger config for running the server in debug mode.
To start the server in debug mode with VSCode, select Run -> Start Debugging.
To start the server normally, run .venv\scripts\python.exe manage.py runserver
.