Re: ZSI WEB SERVICE

2010-12-28 Thread benedikt
regards, Benedikt On Dec 18, 5:41 pm, sami nathan wrote: > """""""__init__() must be called with TypeCode instance as first argument > (got String instance instead) """""""what this error says when i overriden > the Z

Migrating from django-redis to Django 4 new redis back-end

2022-02-14 Thread Benedikt Vogler
ion-to-redis>. Is there something similar to obtain a redis-py object from the caching setting in Django? *from django.core.cache import caches* *caches["default"] *returns a RedisCache object. Or is the solution to stick to django-redis? Kind regards, Benedikt Vogler -- You recei

Running makemessages with domain djangojs results in UnicodeDecodeError

2022-04-06 Thread Benedikt Karl
guments like in popen_wrapper, the invalid byte (0xa9) is clearly visible: "xgettext (GNU gettext-tools) 0.19.8.1\r\nCopyright \xa9 1995-1998, ..." Am I missing something? I am using Django version 4.0.3, Windows version 21H1, Python 3.10.3 (with Miniconda). Any help would be appreciated