The project is setup to use Pipenv
First install Pipenv:
pip install pipenv
Then use Pipenv to install dependencies
pipenv install
cd django/cc
pipenv run python manage.py runserver
Uncomment the static files url in urls.py Then run using this command
gunicorn -c gunicorn.py cc.wsgi:application --bind unix:/home/deploy/site/cc.sock