parent
0e3ee1b5dd
commit
e2968fd60f
2 changed files with 3 additions and 19 deletions
@ -1,7 +1,7 @@ |
||||
from django.conf.urls import url |
||||
from .views import index_view, new_view |
||||
from analytics import views |
||||
|
||||
urlpatterns = [ |
||||
url(r'^$', index_view), |
||||
url(r'^new/$', new_view), |
||||
url(r'^$', views.index_view), |
||||
url(r'^new/$', views.new_view), |
||||
] |
||||
Loading…
Reference in new issue