traduction des noms
This commit is contained in:
parent
af8c4cda5c
commit
5b47af293c
@ -0,0 +1,21 @@
|
||||
# Generated by Django 4.2.7 on 2024-05-01 07:52
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('agenda_culturel', '0061_auto_20240427_2326'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='duplicatedevents',
|
||||
options={'verbose_name': 'Duplicated events', 'verbose_name_plural': 'Duplicated events'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='staticcontent',
|
||||
options={'verbose_name': 'Static content', 'verbose_name_plural': 'Static contents'},
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user