Fix settings

sync
Laurent 11 months ago
parent 38b54c9317
commit e0da1a3466
  1. 2
      padelclub_backend/settings.py
  2. 1
      padelclub_backend/settings_app.py

@ -61,6 +61,8 @@ MIDDLEWARE = [
'corsheaders.middleware.CorsMiddleware',
]
CORS_ALLOW_ALL_ORIGINS = True
ROOT_URLCONF = 'padelclub_backend.urls'
TEMPLATES = [

@ -1,5 +1,4 @@
CORS_ALLOW_ALL_ORIGINS = True
# Rest Framework configuration
REST_FRAMEWORK = {

Loading…
Cancel
Save