mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-31 00:04:27 +02:00
Timezone configuration, cron monitoring and backup debug information
This commit is contained in:
parent
c5307ee1ee
commit
0714eff28a
9 changed files with 97 additions and 8 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.0.3 on 2024-04-06 00:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('routerfleet_tools', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='webadminsettings',
|
||||
name='cron_last_run',
|
||||
field=models.DateTimeField(blank=True, null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue