{% extends "base.html" %} {% block content %}
Please set
ODNOKLASSNIKI_APP_ID,
ODNOKLASSNIKI_APP_PUBLIC_KEYand
ODNOKLASSNIKI_APP_SECRETin your
settings.py. Also set
LOGIN_URL = '/ok/'Then edit your sandbox app that it point to the
http://localhost:8000/ok/, start your server with
python manage.py runserverand open your sandbox app. You should see the name of your sandbox user. {% endblock %}