mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 18:18:57 +03:00
Enable HStore extension for localized fields to work
This commit is contained in:
14
localized_fields/migrations/0001_initial.py
Normal file
14
localized_fields/migrations/0001_initial.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Generated by Django 2.1 on 2018-08-27 08:05
|
||||
|
||||
from django.contrib.postgres.operations import HStoreExtension
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
operations = [
|
||||
HStoreExtension(),
|
||||
]
|
||||
0
localized_fields/migrations/__init__.py
Normal file
0
localized_fields/migrations/__init__.py
Normal file
Reference in New Issue
Block a user