Paid Support

2012-02-09 Thread Daniel
Is there anybody out there who does or is willing to give us support for a fee? We've come across several problems with SQLite, and we are trying to get moved off of it, however Django and SQLite stop us every step of the way, and I'm at my wits end. We need to migrate while preserving data. I've

How to configure apache after install reviewboard with mod_wsgi?

2012-02-09 Thread brucenan
I install the reviewboard and create a project named test But next I don't know how to do. I try to access http://localhost:8080/test, it's 404 failed. under test folder, a apache-wsgi.conf file can be found in /conf But How can I bind it with apache conf file? any body can help me? Thanks. --

Extension's ModelAdmin and AdminSite

2012-02-09 Thread Bart Celary
Hello, Could you tell me what is the proper way of registering ModelAdmin classes for extensions. Should I create extra AdminSite instance for this purpose or use django.contrib.admin.site? I thought that just registering ModelAdmin classes in myext.admin module would be OK but it is not picked up