aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-26 18:01:24 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-26 19:03:13 -0400
commit8f07a61b3749675bad9426f01ced39bae9ff1d2c (patch)
treeeecc3a96aca3b9ab9ffd4a1e58b8d9330b0d647a
parentc99423725bbc5bbdcf6a433f27712377e4d4cc52 (diff)
downloaddispatch-tracker-master.tar.gz
dispatch-tracker-master.tar.xz
Add a link to the demo. Few tweaks.HEADmaster
-rw-r--r--.dockerignore1
-rw-r--r--README.md2
-rw-r--r--app/app/settings.py4
-rw-r--r--app/dispatch/templates/dispatch/base.html2
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.
</p>
<p class="flow-text">
- <a href="https://mitchriedstra.com/resume">Please contact me</a>
+ <a href="https://riedstra.dev">Please contact me</a>
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.
</p>
</p>
<script>
diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html
index d1cebdf..8b4a7b4 100644
--- a/app/dispatch/templates/dispatch/base.html
+++ b/app/dispatch/templates/dispatch/base.html
@@ -55,7 +55,7 @@
<div class="container">
<p>
- Created by <a class="blue-text text-lighten-3" href="https://mitchriedstra.com/resume">Mitchell Riedstra</a> et al
+ Created by <a class="blue-text text-lighten-3" href="https://riedstra.dev">Mitchell Riedstra</a> et al
</p>
</div>
<!--