summaryrefslogtreecommitdiff
path: root/example_project/__init__.py
diff options
context:
space:
mode:
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
commite76cfa15af8a156b9851236eebb74c22858db481 (patch)
tree61c86fc94eb6bb603ac736396a061a526d625cc2 /example_project/__init__.py
parent17341eddbfb640d46134abbcf330678e40f8a105 (diff)
downloadIshtar-e76cfa15af8a156b9851236eebb74c22858db481.tar.bz2
Ishtar-e76cfa15af8a156b9851236eebb74c22858db481.zip
Celery configuration
Diffstat (limited to 'example_project/__init__.py')
-rw-r--r--example_project/__init__.py11
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")