From 8f07a61b3749675bad9426f01ced39bae9ff1d2c Mon Sep 17 00:00:00 2001
From: Mitchell Riedstra
Date: Tue, 26 Oct 2021 18:01:24 -0400
Subject: Add a link to the demo. Few tweaks.
---
.dockerignore | 1 +
README.md | 2 ++
app/app/settings.py | 4 ++--
app/dispatch/templates/dispatch/base.html | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.dockerignore b/.dockerignore
index 69ae62b..2a75b81 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,2 +1,3 @@
app/env*
app/media
+db/*
diff --git a/README.md b/README.md
index 47937cf..11aee18 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ the companies I wrote this for some number of years ago.
Most of the features are here and the application fulfills the use case.
+Live demo: [https://dispatch.riedstra.dev/loads/](https://dispatch.riedstra.dev/loads/)
+
## Running the demo:
There are steps to build the container below, though I've published it, so you
diff --git a/app/app/settings.py b/app/app/settings.py
index 78cd7db..aa1e81b 100644
--- a/app/app/settings.py
+++ b/app/app/settings.py
@@ -77,10 +77,10 @@ else:
use case.
- Please contact me
+ Please contact me
if you would like more information. This version has been
specifically designed for a trucking company that continues to
- use it more than two years after implementation.
+ use it years after implementation.