Skip to content
Snippets Groups Projects
0001_initial.py 264 B
Newer Older
  • Learn to ignore specific revisions
  • # 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()
        ]