pipenv install
pipenv shell
cd gtt/
python manage.py migrate
python manage.py runserver localhost:8000
python manage.py createsuperuser
Go to http://localhost:8000/admin.
python manage.py test
or if you want to run more specific tests
python manage.py test --tag=posts
python manage.py test --tag=comments
python manage.py test --tag=replies
python manage.py test --tag=ratings
python manage.py test --tag=bookmarks