repos
/ status-django master

status-django

mirror archived upstream

Self-hostable uptime monitor and status page on Django: HTTP checks, Lighthouse audits, SEO crawls, and email and Discord alerts.

djangodockerhandcodedpythonself-hostedsqlitestatus-pageuptime-monitoringvite

397 B · 19 lines · Python Raw History
 1# Generated by Django 4.0.5 on 2022-06-19 23:42
 2
 3from django.db import migrations, models
 4
 5
 6class Migration(migrations.Migration):
 7
 8    dependencies = [
 9        ('accounts', '0002_initial_data'),
10    ]
11
12    operations = [
13        migrations.AddField(
14            model_name='user',
15            name='discord_webhook_url',
16            field=models.URLField(blank=True, null=True),
17        ),
18    ]