Skip to content

Commit

Permalink
developement mode
Browse files Browse the repository at this point in the history
  • Loading branch information
likecodingloveproblems committed May 13, 2021
1 parent e2d80e4 commit 3ce92de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nakhll/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


urlpatterns = [
# re_path(r'.*', site_updating.update, name='update'), # only for update conditions
re_path(r'.*', site_updating.update, name='update'), # only for update conditions
url(r'^oauth/', include('oauth2_provider.urls', namespace='oauth2_provider')),
path('logintowebsite/', admin.site.urls),
path('accounts/', include('my_auth.urls', namespace='my_auth')),
Expand Down

0 comments on commit 3ce92de

Please sign in to comment.