Commit e465be0b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix app name to support Django 3.2

parent 92505a00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ from django.apps import AppConfig


class AccountsConfig(AppConfig):
    name = 'accounts'
    name = 'kodo_sso.accounts'
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ setup(
	},

	install_requires = [
		'Django~=3.0.0',
		'Django~=3.2.0',
		'django-htmlmin~=0.8',
		'django-oidc-provider~=0.2',
		'django-widget-tweaks~=1.4',