mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
6 lines
106 B
Python
6 lines
106 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LocalizedFieldsConfig(AppConfig):
|
|
name = 'localized_fields'
|