Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kurek committed Dec 30, 2016
1 parent e46899c commit c31dc7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ralph/lib/custom_fields/tests/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

from . import admin, api

cf_tests_urls, cf_tests_app_name, cf_tests_namespace = admin.site.urls

urlpatterns = [
url(r'^cf_tests_admin/', include(admin.site.urls)),
url(r'^cf_tests_admin/', include((cf_tests_urls, 'ralph', cf_tests_namespace))),
url(r'^cf_test_api/', include(api.urlpatterns))
]

0 comments on commit c31dc7f

Please sign in to comment.