Skip to content
Snippets Groups Projects

Finish ecomail NL integration, add tracking codes, add uniweb embadded forms

Merged Alexa Valentová requested to merge feat/future-calendars into test
20 files
+ 450
56
Compare changes
  • Side-by-side
  • Inline
Files
20
# Generated by Django 5.0.7 on 2025-03-24 20:08
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('district', '0317_alter_districtarticlepage_content_and_more'),
]
operations = [
migrations.AddField(
model_name='districthomepage',
name='ecomail_newsletter_list_source',
field=models.CharField(blank=True, default='web-nl-generic', help_text='Není nutno měnit.', null=True, verbose_name='Ecomail newsletter zdroj'),
),
]
Loading