Python 3, Django, VK auth with social-auth-app-django
- Fill secret keys in
config/credentials.py
- Install deps:
pipenv install
&pipenv shell
- Prepare local db by using migrations:
python .\src\manage.py makemigrations
&python .\src\manage.py migrate