Skip to content

Commit

Permalink
Removing include() from admin site registration in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Jan 31, 2018
1 parent 1364329 commit f750d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/urls.py
Expand Up @@ -5,7 +5,7 @@
admin.autodiscover()

urlpatterns = [
url(r'^admin/', include(admin.site.urls)),
url(r'^admin/', admin.site.urls),
]

if settings.DEBUG:
Expand Down

0 comments on commit f750d7f

Please sign in to comment.