2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00
This commit is contained in:
Oliver Walters
2017-03-28 23:38:12 +11:00
parent b5dc22f33a
commit 7ce5a9a7e5
11 changed files with 29 additions and 20 deletions

View File

@ -14,4 +14,4 @@ urlpatterns = [
# Display list of parts
url(r'^$', views.PartList.as_view())
]
]