diff --git a/paramecio/citoplasma/datetime.py b/paramecio/citoplasma/datetime.py index b924ef6..e96714f 100644 --- a/paramecio/citoplasma/datetime.py +++ b/paramecio/citoplasma/datetime.py @@ -300,4 +300,8 @@ class TimeClass: m=self.t.shift(months=+num_months) return m.format(self.format_time) + + def format(self): + + return m.format(self.format_time_txt) diff --git a/paramecio/modules/lang/admin/translations.py b/paramecio/modules/lang/admin/translations.py index 03be7dd..5b4b7b2 100644 --- a/paramecio/modules/lang/admin/translations.py +++ b/paramecio/modules/lang/admin/translations.py @@ -13,6 +13,11 @@ from paramecio.cromosoma.extraforms.i18nform import I18nForm import re, json from collections import OrderedDict from importlib import import_module +import bottle + +# NEED more memfile max + +bottle.BaseRequest.MEMFILE_MAX=1024*1024 def admin(**args):