debian's profile - activity
8 years ago | received badge | Notable Question (source) |
8 years ago | received badge | Popular Question (source) |
11 years ago | received badge | Famous Question (source) |
12 years ago | asked a question | Can't use create a password-protected account in some language environments I'm tying to use the registration without provider with the option use create a password-protected account on sign-up but I have the following bug.. Django Version: 1.4.2 Exception Type: AssertionError Exception Location: myproject/askbot/deps/django_authopenid/views.py in register, line 915 Traceback: File "~/django/core/handlers/base.py" in get_response 111. response = callback(request, callback_args, *callback_kwargs) File "myproject/askbot/deps/django_authopenid/views.py" in decorated 265. return func(request, args, *kwargs) File "~/django/utils/decorators.py" in _wrapped_view 91. response = view_func(request, args, *kwargs) File "myproject/askbot/deps/django_authopenid/views.py" in register 915. assert(login_provider_name is not None) I tried to solve this error and I accidentally realized that the error is only accuring when my language code is set to 'tr' (Turkish). I tried in French, English and Spanish it works without any problem. Do you have any idea what might be the problem? |
12 years ago | received badge | Editor (source) |
12 years ago | asked a question | How to use the django-rosetta? I'm tying to translate my askbot translation files with django-rosetta. I followed the installation instructions of rosetta and it appears to be installed in my virtualenv. When I run the localhost:8000/rosetta I have the following error .. Any ideas? Django Version: 1.4.2 Exception Type:TemplateSyntaxError Exception Value: "count" in u'blocktrans' tag expected exactly one keyword argument. Exception Location: ~/django/templatetags/i18n.py in do_block_translate, line 413 Error during template rendering In template /usr/lib/pymodules/python2.6/rosetta/templates/rosetta/pofile.html, error at line 124 |