mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2026-08-04 09:51:05 +03:00
Created empty Django app
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class LocalizedFieldsConfig(AppConfig):
|
||||
name = 'localized_fields'
|
||||
Reference in New Issue
Block a user