Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 334 Bytes

Inquest

News publication and verification platform

Local Setup

  • We are using python==3.7.7
  • pip install -r requirements.txt
  • add .env file in src/inquest/settings. Its pattern will be same as .env.example file
  • python manage.py makemigrations
  • python manage.py migrate
  • How to run?
    • python manage.py runserver