Intranet app
This commit is contained in:
parent
cf3cf1748b
commit
faef1e2caa
12 changed files with 125 additions and 27 deletions
10
intranet/urls.py
Normal file
10
intranet/urls.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
"""eds URL Configuration
|
||||
|
||||
"""
|
||||
from django.urls import path
|
||||
from intranet import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('list/', views.IntranetListView.as_view(), name='intranet-list'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue