created object adder app
This commit is contained in:
parent
8e855e0748
commit
594712650c
15 changed files with 71 additions and 4 deletions
6
invsystem/object_adder/urls.py
Normal file
6
invsystem/object_adder/urls.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.add, name='add'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue