sort imports
This commit is contained in:
parent
c9eb98166c
commit
457d25b611
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
from django.conf.urls import url
|
from django.conf.urls import url
|
||||||
from django.views.generic import TemplateView
|
from django.views.generic import TemplateView
|
||||||
|
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r'^$', TemplateView.as_view(template_name='editor/map.html'), name='editor.index')
|
url(r'^$', TemplateView.as_view(template_name='editor/map.html'), name='editor.index')
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue