From 75c044344d24cc1e401560f4b2f38908e2e8fe23 Mon Sep 17 00:00:00 2001 From: Shashank Verma <39261691+shank03@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:08:20 +0530 Subject: [PATCH] Update urls.py --- contrihub/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrihub/urls.py b/contrihub/urls.py index d6f7cf8..5be650e 100644 --- a/contrihub/urls.py +++ b/contrihub/urls.py @@ -18,7 +18,7 @@ # from django.conf.urls import from django.urls import path, include, re_path -BASE_URL = config('BASE_URL') +BASE_URL = config('BASE_URL', default=None) basepatterns = [ path('admin/', admin.site.urls),