/sagemode-app

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

  1. Create a virtual environment named venv by following the steps here. https://docs.python.org/3/library/venv.html
  2. Activate the virtual environment named venv. Instructions in the same python docs.
  3. pip install -r requirements.txt
  4. Navigate to sagemode folder where manage.py is there.
  5. py manage.py makemigrations
  6. py manage.py migrate
  7. py manage.py runserver
  8. Open localhost:8000 in browser.