Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 642 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 642 Bytes

Website Hackthon

Instructions to set-up

  1. Install Pycharm
  2. Open command prompt and run pip install django
  3. Make sure the python library exists in the environment path. If you are on windows simply type path to check if python library exists or not. Let's stick with version 3.8 to avoid any inconsistencies.
  4. Fork this repo (second option in top left)
  5. Open pycharm -> open -> select the website folder
  6. Go to File -> Settings -> Python Interepreter, then select the version 3.8
  7. cd to the website folder using command prompt
  8. Run cd website
  9. Run python manage.py runserver
  10. Open the url in the browser.