mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 00:42:17 +00:00
Start work on sample data command
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from training import views
|
||||
|
||||
urlpatterns = [
|
||||
|
||||
path('items/', views.ItemList.as_view(), name='item_list'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user