1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixed tests

This commit is contained in:
Jeremy Stretch
2016-09-29 16:56:30 -04:00
parent 18a5a966e3
commit ce01bb59a3
2 changed files with 33 additions and 31 deletions

View File

@ -44,6 +44,6 @@ urlpatterns = [
# Admin
url(r'^admin/', include(admin.site.urls)),
]))
]))
]