remove unusued dependency

This commit is contained in:
Yohann D'ANELLO 2020-11-16 04:08:25 +01:00
parent 50249f2ba2
commit e4bfcf6043
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'crispy_forms',
'django_openid_auth',
'lg',
]