We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6f21d commit 9a384baCopy full SHA for 9a384ba
test_project/urls.py
@@ -1,11 +1,11 @@
1
-from django.conf.urls import include
+from django.conf.urls import include, url
2
3
# Uncomment the next two lines to enable the admin:
4
# from django.contrib import admin
5
# admin.autodiscover()
6
7
urlpatterns = [
8
- (r'^badges/', include('badges.urls')),
+ url(r'^badges/', include('badges.urls')),
9
# Example:
10
# (r'^test_project/', include('test_project.foo.urls')),
11
0 commit comments