first push
This commit is contained in:
10
LiveStock/urls.py
Normal file
10
LiveStock/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('jahad/', include('LiveStock.Jahad.urls')),
|
||||
path('union/', include('LiveStock.Union.urls')),
|
||||
path('cooperative/', include('LiveStock.Cooperative.urls')),
|
||||
path('rancher/', include('LiveStock.Rancher.urls')),
|
||||
path('live-stock/', include('LiveStock.LiveStoksAndPoultry.urls')),
|
||||
path('contractor/', include('LiveStock.Contractor.urls')),
|
||||
]
|
||||
Reference in New Issue
Block a user