My admin css is not working.
I tried to find it in folder: /usr/local/lib/python2.7/site-packages/django/contrib/admin
There is no media folder there.
I am using Django 1.5a.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
STATIC_ROOTdefined in your settings.STATIC_URL.python manage.py collectstaticcommand to collect every static file from every app (includingcontrib.admin) in yourSTATIC_ROOTfolder.