Just ran into errors with Lighttpd 1.5, PostgreSQL, Django (trunk) Admin and using memcached for accellerating the page. The 500er error I got when accessing /admin looked like: File “/usr/lib/python2.4/site-packages/django/core/cache/__init__.py”, line 60, in get_cache cache_class = getattr(__import__(‘django.core.cache.backends.%s’ % BACKENDS[scheme], {}, {}, ['']), ‘CacheClass’) File “/srv/www/www.tschitschereengreen.com/tts/django/core/cache/backends/memcached.py”, line 12, in ? raise InvalidCacheBackendError(“Memcached cache backend requires either [...]
Saturday, March 29th, 2008 | Posted in Django | 2 Comments »
Thanks to Arthur: this site was moved from Symfony to Django, from Apache2 to Lighttpd1.5, from MySQL to PostgreSQL within the last Friday. Arthur prepared the Django installation. The data transformation and server configuration was done by Arthur and myself für Sebs support. The result: with using memcached the page load time went down from [...]
Saturday, March 22nd, 2008 | Posted in Django, Symfony | No Comments »
Hey for all who didn’t know yet… we are participating in the next Django sprint on December, 1st. As of now, we will probably have about 4 people coming to our office from Weimar and München… If you want to join us too, pls. drop a comment here…
Friday, November 23rd, 2007 | Posted in Django | No Comments »
Tina and Corinna requested the following changes: » Assign Categories and a Category-Filter to persons » Add a comment field to each person » Sort companies alphabetically » Assign Priority to a person Download Tschitschereengreen CRM v0.2 For an update: » Backup your person_person table with -c -t parameters /w mysqldump » Remove person_person table [...]
Thursday, October 18th, 2007 | Posted in Django, Frameworks, Python | No Comments »
We decided to implement Review Board (by VMWare) to use for our code reviews because code review inside trac was like a pain in the … The installation took some time, because we were using Trac on the same machine and had to convert our existing SQLite Trac DBs. Furthermore we were setting up Apache [...]
Friday, September 14th, 2007 | Posted in Django, Frameworks, Python | 1 Comment »
On Friday we will take place in the Django sprint – if you are around here and don’t like sitting alone at home… join our team for 24 hours (Arthur and Sebstian) while helping to develop the Django project and getting lots of bugs fixed. Coffee, Water, Progressive Sound and a Konsum across the street [...]
Wednesday, September 12th, 2007 | Posted in Django, Frameworks, Projects, Python | 1 Comment »