use absolute imports everywhere
This commit is contained in:
parent
e8c1e7006c
commit
70936562d0
22 changed files with 44 additions and 46 deletions
|
@ -1,7 +1,7 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
from c3nav.control.views import dashboard
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.dashboard, name='control.dashboard'),
|
||||
url(r'^$', dashboard, name='control.dashboard'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue