Skip to content
Snippets Groups Projects
Commit 67a69522 authored by Ayub khan's avatar Ayub khan
Browse files

INCR-362 python3 compatability

parent 92c7a430
No related branches found
No related tags found
No related merge requests found
""" URLs for User Authentication """
from __future__ import absolute_import
from django.conf import settings
from django.conf.urls import include, url
from openedx.core.djangoapps.user_api.accounts import settings_views
from .views import login_form, login, deprecated
from .views import deprecated, login, login_form
urlpatterns = [
# TODO this should really be declared in the user_api app
......
"""
Utility functions used during user authentication.
"""
from __future__ import absolute_import
from django.conf import settings
from django.utils import http
from oauth2_provider.models import Application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment