ajout de l'extension
This commit is contained in:
parent
dd117fdebb
commit
675a6cedd4
15
src/agenda_culturel/migrations/0061_auto_20240427_2326.py
Normal file
15
src/agenda_culturel/migrations/0061_auto_20240427_2326.py
Normal 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()
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user