Skip to content

Commit

Permalink
Rename to django-sso-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
fatanugraha committed Mar 7, 2019
1 parent 511d22f commit 1fc7b48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion django_sso/__init__.py → django_sso_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

__all__ = []

DEFAULTS = {"SSO_URL": "https://sso.ui.ac.id/cas2/", "SSO_FORCE_SERVICE_HTTPS": False}
DEFAULTS = {
"SSO_UI_URL": "https://sso.ui.ac.id/cas2/",
"SSO_UI_FORCE_SERVICE_HTTPS": False,
}


for key, value in list(DEFAULTS.items()):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.urls import path
from django.http import HttpResponse
from django_sso.decorators import with_sso_login
from django_sso_ui.decorators import with_sso_login
import json


Expand Down

0 comments on commit 1fc7b48

Please sign in to comment.