ajout de l'extension

This commit is contained in:
Jean-Marie Favreau 2024-04-27 23:31:05 +02:00
parent dd117fdebb
commit 675a6cedd4
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Generated by Django 4.2.7 on 2024-04-27 21:26
from django.db import migrations
from django.contrib.postgres.operations import UnaccentExtension
class Migration(migrations.Migration):
dependencies = [
('agenda_culturel', '0060_alter_place_address'),
]
operations = [
UnaccentExtension()
]