Remove django-compat from settings.py

This commit is contained in:
Raphael Michel
2021-12-20 12:22:13 +01:00
parent f26cbdc257
commit 3dbf22f670

View File

@@ -368,7 +368,6 @@ INSTALLED_APPS = [
'statici18n',
'django_countries',
'hijack',
'compat',
'oauth2_provider',
'phonenumber_field'
]