I started a project in Django 1.3 and have recently installed Django 1.4 on another machine and continued my project on Django 1.4.
Django 1.4 deprecated the ADMIN_MEDIA_PREFIX
setting so I removed it, but now there is some other error that settings.ADMIN_MEDIA_PREFIX
is not found. So what I can do to make my project work fine with Django 1.4?
Thanks in advance guys.