|
hi, It seems that I can't configure django admin site to server static media (css in this case) and the admin site is shown in plain black white and blue text. I have followed these instructions http://docs.webfaction.com/software/django/getting-started.html#serving-admin-media (of course I changed <username> to my alias and <django_application> to my application I named my application "admin" and created the symbolic link as instructed. I also configured settings.py like this:
What am I doing wrong? |
|
Hi, I add the app "project_adminmedia" with the url "/admin/media" In the file settings.py file: 'ADMIN_MEDIA_PREFIX = '/admin/media/' It's working now!!!! |