Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 376 Bytes

Proj2 Transcript-Generator

https://youtu.be/m_pENqJ8lRY

Python version : 3.9

  • Install dependencies by running "pip install -r requirements.txt" from project directory

  • Make and Run migrations

    • python manage.py makemigrations
    • python manage.py migrate
  • Run server

    • python manage.py runserver
  • Open the browser and hit http://127.0.0.1:8000