We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9340409 commit 3c92352Copy full SHA for 3c92352
hackman/urls.py
@@ -13,6 +13,7 @@
13
1. Import the include() function: from django.conf.urls import url, include
14
2. Add a URL to urlpatterns: path(r'blog/', include('blog.urls'))
15
"""
16
+
17
from django.contrib.auth import views as auth_views
18
from django.urls import path, re_path
19
from django.http import (
0 commit comments