Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
newsedative authored Jul 23, 2024
1 parent ed040f3 commit fc088dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/mysite/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'auto',
'rest_framework',
'drf_spectacular',
'authentication',
'rest_framework.authtoken',
'corsheaders'
'corsheaders',
'auto',
]

REST_FRAMEWORK = {
Expand Down Expand Up @@ -138,6 +138,6 @@
}
AUTH_USER_MODEL = 'auth.User'


ALLOWED_HOSTS = ['*']
CORS_ORIGIN_ALLOW_ALL = True

0 comments on commit fc088dd

Please sign in to comment.