You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paige Maute edited this page Oct 16, 2021
·
4 revisions
Configuring files and Downloading Requirements
Open Visual Studio Code and hit File -> Open Folder... to open your project where you stored the repo.
Ask Shawn McManus, or a Board member for the config.env file. Download the file and move it to the website_project folder where the manage.py file is also stored. Double check that the config file has DEBUG=True
Open a new terminal and check that python is properly installed by putting python into the terminal and if it tells you the version, type exit() to exit.
If you didn't get any errors, you should be ready to go! Navigate to website_project (cd ./website_project/) and run the code with python manage.py runserver in the terminal. There should be a link to click to view how the code looks.