[collector] start the app that will collect parts data
This commit is contained in:
parent
56a03452d8
commit
592b84625e
4 changed files with 21 additions and 1 deletions
|
|
@ -16,8 +16,9 @@ Including another URLconf
|
|||
"""
|
||||
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("collector/", include("collector.urls")),
|
||||
path("admin/", admin.site.urls),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue