Skip to content
Snippets Groups Projects
Commit b1fcfc5a authored by m431m's avatar m431m :speech_balloon:
Browse files

Revert "Edit settings.py"

This reverts commit 8aaacc33
parent 8aaacc33
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ INSTALLED_APPS = [
'guardian',
'phonenumber_field',
'taggit',
'crequest',
'django_celery_beat',
'onegeo_suite',
'onegeo_suite.contrib.onegeo_usergroup',
......@@ -121,6 +122,7 @@ MIDDLEWARE = [
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'crequest.middleware.CrequestMiddleware',
'onegeo_suite.contrib.onegeo_login.middleware.TermsRequired',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment