Skip to content

Commit

Permalink
Fix error importing admin urls
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Dec 5, 2017
1 parent 8a9d799 commit a16c24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_name/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url(r'', include('base.urls')),

# Admin
url(r'^admin/', include(admin.site.urls)),
url(r'^admin/', admin.site.urls),
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),

# Sitemap
Expand Down

0 comments on commit a16c24f

Please sign in to comment.