List wei
This commit is contained in:
parent
a186ccbb26
commit
31d2224b8f
15 changed files with 257 additions and 7 deletions
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
from django.urls import path
|
||||
|
||||
from .views import WEIListView
|
||||
|
||||
|
||||
app_name = 'wei'
|
||||
urlpatterns = [
|
||||
path('list/', WEIListView.as_view(), name="wei_list"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue