Skip to content

Commit

Permalink
[AJP-3] Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Grund authored and Anna Grund committed Dec 30, 2023
1 parent 100aaed commit 2687ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ajapaik/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
SECRET_KEY = '!!! paste your own secret key here !!!'

MIDDLEWARE = [
# 'corsheaders.middleware.CorsMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django_hosts.middleware.HostsRequestMiddleware',
'django.middleware.gzip.GZipMiddleware',
'django.middleware.security.SecurityMiddleware',
Expand Down Expand Up @@ -199,7 +199,7 @@
'ajapaik.ajapaik_object_recognition',
'ajapaik.ajapaik_object_categorization',
'django_user_agents',
# 'corsheaders',
'corsheaders',

# Django allauth and related applications.
'allauth',
Expand Down

0 comments on commit 2687ee0

Please sign in to comment.