Add order app, update base template, add user-agreement page and create orders list page
This commit is contained in:
@@ -23,5 +23,6 @@ urlpatterns = [
|
||||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('api/', include('api.urls')),
|
||||
path('dev/', include('dev.urls')),
|
||||
path('orders/', include('order.urls')),
|
||||
path('', include('index.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user