Admin/media missing
Hi
There is no admin/media folder in /usr/local/lib/python2.7/site-package - it's empty. There is a admin folder in /usr/local/lib/python2.7/dist-packages/django/contrib/admin but there is no media folder. Basically if i login as a admin i have no style on the admin page and no pictures. There is no python2.6 folder as it states in other posts.
ubuntu64 14.04, askbot0.7.50
Comments
I think it is more or less a django installation problem. you are not using a virtualenv? try to install everything in a virtualenv, or pip unistall django, and pip install django again.
made an alias /admin/media /path/to/project/static/admin