/ist-440

Primary LanguagePythonMIT LicenseMIT

ist-440

Initialization

  • This project requires Python 3
  • In a terminal, navigate to the project root
  • Create a virtual environment and enter it
  • Install the package dependencies
    • pip install -r requirements.txt
  • Create .env and add a secret key
    • SECRET_KEY=
  • Start the project
    • cd ist440
    • python manage.py runserver