mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
5 lines
114 B
Python
5 lines
114 B
Python
import django
|
|
|
|
if django.VERSION < (3, 2):
|
|
default_app_config = "localized_fields.apps.LocalizedFieldsConfig"
|