kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
13 wiersze
264 B
Python
13 wiersze
264 B
Python
![]() |
# Generated by Django 2.0.2 on 2018-02-27 18:43
|
||
|
from django.db import migrations
|
||
|
from django.contrib.postgres.operations import UnaccentExtension
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = []
|
||
|
|
||
|
operations = [
|
||
|
UnaccentExtension()
|
||
|
]
|