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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
miktil's avatar
33
miktil
asked 10 years ago

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 (10 years ago)

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

miktil's avatar miktil (10 years ago)
see more comments