grafana 분리
All checks were successful
Build And Test / build-and-push (push) Successful in 5m17s

This commit is contained in:
2025-04-11 11:23:34 +09:00
parent 99a3db95a8
commit da71282a05
10 changed files with 130 additions and 109 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.14 on 2025-04-11 11:05
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('custom_auth', '0007_customuser_url_mattermost_customuser_url_nexus'),
]
operations = [
migrations.AddField(
model_name='customuser',
name='url_grafana_dashboard_01',
field=models.URLField(blank=True, null=True),
),
]