Skip to content

Commit

Permalink
Merge pull request #760 from sapuri/maintenance-mode-url
Browse files Browse the repository at this point in the history
add maintenance_mode URL
  • Loading branch information
sapuri authored Mar 9, 2024
2 parents cea2ff3 + 5cb1aa0 commit f674a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srandom/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
urlpatterns = [
path('', include('main.urls')),
path('mastermind/', admin.site.urls),
path('maintenance-mode/', include('maintenance_mode.urls')),
path('auth/', include(('django.contrib.auth.urls', 'auth'))),
path('social/', include(('social_django.urls', 'social'))),
path('users/', include('users.urls')),
Expand Down

0 comments on commit f674a22

Please sign in to comment.