kas / ist-440

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 59.2%Language:HTML 40.8%