mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-06-21 01:25:41 +02:00
Fix issue at daily report functions.
This commit is contained in:
parent
554bde7a68
commit
89ec66b4ad
2 changed files with 3 additions and 1 deletions
|
@ -81,6 +81,8 @@ def generate_backup_report(data):
|
|||
subject='Daily backup report',
|
||||
message=message_text
|
||||
)
|
||||
message_settings.last_daily_backup_report = timezone.now()
|
||||
message_settings.save()
|
||||
return
|
||||
|
||||
|
||||
|
|
|
@ -141,6 +141,6 @@ STATICFILES_DIRS = [
|
|||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
MEDIA_ROOT = '/var/lib/routerfleet/'
|
||||
ROUTERFLEET_VERSION = 7015
|
||||
ROUTERFLEET_VERSION = 7016
|
||||
|
||||
from routerfleet.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue