diff --git a/nakhll/urls.py b/nakhll/urls.py index 6963f588..1eb9b039 100644 --- a/nakhll/urls.py +++ b/nakhll/urls.py @@ -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')),