News publication and verification platform
- We are using python==3.7.7
- pip install -r requirements.txt
- add
.env
file insrc/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