2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

added newline

This commit is contained in:
Oliver Walters
2017-03-28 23:16:47 +11:00
parent a793b344e8
commit 18c39e7680

View File

@ -4,4 +4,4 @@ from . import views
urlpatterns = [
url(r'^$', views.index, name='index')
]
]