Skip to content

Latest commit

 

History

History

yoti_example_django

Django Profile Example Project

  1. Rename the .env.example file to .env and fill in the required configuration values
  2. Install dependencies: pip install -r requirements.txt
  3. Apply migrations before the first start by running: python manage.py migrate
  4. Run: python manage.py runsslserver 0.0.0.0:5000
  5. Navigate to https://localhost:5000