Archive for the ‘Django’ Category

I spent some time trying to solve the problem with django-cms installation on our test server (wsgi configuration). After succesfull installation of django-cms I received error saying when I had tried to visit my page: AttributeError: 'Settings'...

There are several useful bits fo code we use in various Django projects. One of the most commonly used is a piece of code which modifies BoundField and Widget classes (from django.forms) in a way to add class='required' attribute to rendered HTML widget...