settings.py uses Django's deprecated ADMIN_MEDIA_PREFIX variable
Brian Norris
computersforpeace at gmail.com
Sun Nov 23 15:46:42 AEDT 2014
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
More information about the Patchwork
mailing list