diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-30 17:06:23 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-30 17:06:23 -0400 |
| commit | ec9428fdf76b5d70d0f3bcdff3b85e3a83d5f3d5 (patch) | |
| tree | 6ae862656a003d683f537d078599f98bbfa2675d /app/dispatch/models.py | |
| parent | 1949503b55ea622d7c466e4b433f4d90e7eff125 (diff) | |
| download | dispatch-tracker-ec9428fdf76b5d70d0f3bcdff3b85e3a83d5f3d5.tar.gz dispatch-tracker-ec9428fdf76b5d70d0f3bcdff3b85e3a83d5f3d5.tar.xz | |
Proper redirect on edit for users. Delete for loads, warning on delete. Invoice view ordered by PK desc
Diffstat (limited to 'app/dispatch/models.py')
| -rw-r--r-- | app/dispatch/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/dispatch/models.py b/app/dispatch/models.py index a1e06d7..21c06e0 100644 --- a/app/dispatch/models.py +++ b/app/dispatch/models.py @@ -7,6 +7,8 @@ from datetime import datetime from django.core.exceptions import ObjectDoesNotExist from .misc import get_week_dates, paperwork_user_directory_path +from . import monkey_patch + # Create your models here. class Customer(models.Model): |
