diff --git a/floodrelief/settings.py b/floodrelief/settings.py index 714a83568..e35c08d28 100644 --- a/floodrelief/settings.py +++ b/floodrelief/settings.py @@ -121,6 +121,7 @@ def get_list(text): "OPTIONS": { "CLIENT_CLASS": "django_redis.client.DefaultClient" }, + "KEY_PREFIX": "keralarescue" } } @@ -214,7 +215,7 @@ def get_list(text): DEFAULT_FILE_STORAGE="storages.backends.s3boto3.S3Boto3Storage" else: MEDIA_URL = '/media/' -ADMIN_SITE_HEADER = "Keralarescue Dashboard" +ADMIN_SITE_HEADER = "Kerala Rescue Dashboard" MEDIA_ROOT = 'media' #JWT REST Auth for API @@ -234,4 +235,4 @@ def get_list(text): 'rest_framework.authentication.BasicAuthentication', 'rest_framework_jwt.authentication.JSONWebTokenAuthentication', ), -} \ No newline at end of file +} diff --git a/templates/404.html b/templates/404.html index a6c74f870..aaf6b3a63 100644 --- a/templates/404.html +++ b/templates/404.html @@ -3,7 +3,7 @@ - (404) The page you were looking for doesn't exist. + (404) The page you were looking for doesn't exist.Try again