Created empty Django app

This commit is contained in:
Swen Kooij 2016-10-21 10:58:44 +03:00
parent b57b34583c
commit 095fd892e8
2 changed files with 5 additions and 0 deletions

View File

5
localized_fields/apps.py Normal file
View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class LocalizedFieldsConfig(AppConfig):
name = 'localized_fields'