Admin/media missing

  • retag add tags

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

miktil's avatar
33
miktil
asked 2014-11-19 03:36:11 -0500
edit flag offensive 0 remove flag close merge delete

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.

johnli's avatar johnli (2014-11-20 21:54:24 -0500) edit

made an alias /admin/media /path/to/project/static/admin

miktil's avatar miktil (2014-11-21 07:04:21 -0500) edit
add a comment see more comments