mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-04-26 19:59:53 +08:00
structure create
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import SystemView
|
||||
from . import views_structure
|
||||
|
||||
app_name = 'system'
|
||||
|
||||
urlpatterns = [
|
||||
path('', SystemView.as_view(), name='login'),
|
||||
path('basic/structure/', views_structure.StructureView.as_view(), name='basic-structure'),
|
||||
path('basic/structure/create/', views_structure.StructureCreateView.as_view(), name='basic-structure-create'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user