From 207be6ecd78719808836b49af4878c60b61e7d0a Mon Sep 17 00:00:00 2001 From: Kyle Blanker Date: Tue, 12 Sep 2017 15:44:13 -0400 Subject: Started to work on load crud operations --- app/dispatch/templates/dispatch/base.html | 6 ++ app/dispatch/templates/dispatch/loads/create.html | 15 +++++ app/dispatch/templates/dispatch/loads/detail.html | 10 +++ app/dispatch/templates/dispatch/loads/edit.html | 15 +++++ app/dispatch/templates/dispatch/loads/list.html | 43 ++++++++++++ app/dispatch/urls.py | 7 ++ app/dispatch/views.py | 82 +++++++++++++++++++++-- 7 files changed, 174 insertions(+), 4 deletions(-) create mode 100644 app/dispatch/templates/dispatch/loads/create.html create mode 100644 app/dispatch/templates/dispatch/loads/detail.html create mode 100644 app/dispatch/templates/dispatch/loads/edit.html create mode 100644 app/dispatch/templates/dispatch/loads/list.html diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index d7a85a9..37c8830 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -29,6 +29,7 @@