fix: gitignore

This commit is contained in:
mohamad
2026-06-21 17:59:51 +03:30
parent 20d6df3b27
commit d8d7819eca
3 changed files with 412 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ def seed_site_contact(apps, schema_editor):
SiteContact.objects.get_or_create(
pk=1,
defaults={
"support_email": "support@radiuma.com",
"support_email": "support@tecvico.com",
"discord_url": "https://discord.gg/9XxA6pV9hb",
"office_address": (
"BC Cancer Research Center\n"
+1 -1
View File
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
fields=[
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('badge', models.CharField(blank=True, help_text="Small label above the title (e.g. 'Developing since 2021').", max_length=200)),
('title', models.CharField(blank=True, help_text="Main title line (e.g. 'Radiuma,').", max_length=300)),
('title', models.CharField(blank=True, help_text="Main title line (e.g. 'Tecvico,').", max_length=300)),
('title_highlight', models.CharField(blank=True, help_text="Second title line shown in gradient colour (e.g. 'A Powerful Workflow Generator').", max_length=300)),
('subtitle', models.CharField(blank=True, help_text="Short line below the title (e.g. 'for Standardized Radiomics Analysis…').", max_length=500)),
('description', models.TextField(blank=True, help_text='Longer paragraph below the subtitle.')),