mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Created empty Django app
This commit is contained in:
parent
b57b34583c
commit
095fd892e8
0
localized_fields/__init__.py
Normal file
0
localized_fields/__init__.py
Normal file
5
localized_fields/apps.py
Normal file
5
localized_fields/apps.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class LocalizedFieldsConfig(AppConfig):
|
||||
name = 'localized_fields'
|
Loading…
x
Reference in New Issue
Block a user