diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-15 14:32:47 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | fd0cad6737e1b10ca8574428e1884e8c4755146e (patch) | |
tree | 61c86fc94eb6bb603ac736396a061a526d625cc2 /example_project/__init__.py | |
parent | 20813662d8d91b91dda46d67acbb5e869eb4e064 (diff) | |
download | Ishtar-fd0cad6737e1b10ca8574428e1884e8c4755146e.tar.bz2 Ishtar-fd0cad6737e1b10ca8574428e1884e8c4755146e.zip |
Celery configuration
Diffstat (limited to 'example_project/__init__.py')
-rw-r--r-- | example_project/__init__.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/example_project/__init__.py b/example_project/__init__.py deleted file mode 100644 index c6adb7559..000000000 --- a/example_project/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -# force the retranslation of generated strings and external module -from django.utils.translation import ugettext_lazy as _ - -_(u"username") -_(u"email address") -_(u"warehouse") -_(u"New warehouse") -_(u"warehouse") -_(u"New organization") -_(u"New person") -_(u"New author") |