7

adds referral to the admin and isorts imports

This commit is contained in:
Boris Besemer
2016-11-08 10:52:06 +01:00
parent 5e06baeee2
commit 9956d5595a
11 changed files with 36 additions and 16 deletions

View File

@ -1,8 +1,9 @@
from __future__ import absolute_import, unicode_literals
from django.conf.urls import url
from personalisation import views
urlpatterns = [
url(r'^segment/(\d+)/$', views.overview, name='overview'),
]
]