Skip to content

Instantly share code, notes, and snippets.

@nazrulworld
Created August 3, 2015 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazrulworld/1574f83ee52781a485a7 to your computer and use it in GitHub Desktop.
Save nazrulworld/1574f83ee52781a485a7 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
from django.db import models, migrations
from django.contrib.postgres.operations import (HStoreExtension, UnaccentExtension, )
class Migration(migrations.Migration):
dependencies = [
]
operations = [
HStoreExtension(),
UnaccentExtension()
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment