Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shank03 authored Oct 4, 2023
1 parent 17ea7a9 commit 75c0443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrihub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 75c0443

Please sign in to comment.