summaryrefslogtreecommitdiff
path: root/example_project/__init__.py
blob: a23b98e09dd180b137cdeb2f15d97155fa2be6c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# force the retranslation of generated strings and external module
from django.utils.translation import ugettext as _
_(u"username")
_(u"email address")
_(u"warehouse")
_(u"New warehouse")
_(u"warehouse")
_(u"New organization")
_(u"New person")
_(u"New author")
if settings.XHTML2ODT_PATH:
    import sys
    sys.path.append(settings.XHTML2ODT_PATH)
    from xhtml2odt import xhtml2odt