Hi, I'm not too familiar with Django, but as of version 1.4, it looks like the ADMIN_MEDIA_PREFIX configuration variable was dropped in favor of STATIC_URL. So settings.py doesn't work out-of-the-box any more. I've hacked around that in my own setup, but I'm not confident enough at the moment to patch the patchwork.git copy yet.
Just FYI, in case anyone else wants to address this. Django 1.4 release notes: https://docs.djangoproject.com/en/1.5/releases/1.4/#django-contrib-admin Regards, Brian _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
