mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Enable HStore extension for localized fields to work
This commit is contained in:
parent
88e2d29596
commit
6c902229ce
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
Loading…
x
Reference in New Issue
Block a user