Skip to content

Commit 1fc7b48

Browse files
committed
Rename to django-sso-ui
1 parent 511d22f commit 1fc7b48

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

django_sso/__init__.py renamed to django_sso_ui/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
__all__ = []
44

5-
DEFAULTS = {"SSO_URL": "https://sso.ui.ac.id/cas2/", "SSO_FORCE_SERVICE_HTTPS": False}
5+
DEFAULTS = {
6+
"SSO_UI_URL": "https://sso.ui.ac.id/cas2/",
7+
"SSO_UI_FORCE_SERVICE_HTTPS": False,
8+
}
69

710

811
for key, value in list(DEFAULTS.items()):
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.urls import path
22
from django.http import HttpResponse
3-
from django_sso.decorators import with_sso_login
3+
from django_sso_ui.decorators import with_sso_login
44
import json
55

66

0 commit comments

Comments
 (0)