diff --git a/backend/settings.py b/backend/settings.py index 9e312ae..65c2d06 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -20,7 +20,9 @@ CORS_ALLOWED_ORIGINS = [ 'https://rectify-frontend.vercel.app', - 'https://rectify-frontend.vercel.app/' + 'https://rectify-frontend.vercel.app/', + 'http://localhost:3000', + 'http://localhost:3000/', ] @@ -72,6 +74,7 @@ #Cache +''' CACHES = { "default": { "BACKEND": "django.core.cache.backends.redis.RedisCache", @@ -80,6 +83,7 @@ } SESSION_ENGINE = 'django.contrib.sessions.backends.cache' SESSION_CACHE_ALIAS = 'default' +''' # Database # https://docs.djangoproject.com/en/5.0/ref/settings/#databases