diff options
| -rw-r--r-- | .dockerignore | 1 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | app/app/settings.py | 4 | ||||
| -rw-r--r-- | 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/* @@ -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> <!-- |
