Skip to content

BenTheNetizen/online-testing-app

Repository files navigation

online-testing-app

This project is built using the Django web framework. You can view the site here!

Setting up the project on a local server

  1. Open main directory
  2. Install dependencies pip install -r requirements.txt.
  3. Change settings.py to reflect that of settings_dev.py, inside the "settings_templates" folder
  4. Start local server python manage.py runserver.
  5. You may need to make database migrations python manage.py makemigrations.