I just installed my django 1.5 app on ec2 and right now the /admin portion of the site doesn’t have css. Is there a way that I can configure this?
Just to add to this the css files are located in the following folder:
/usr/local/lib/python2.6/dist-packages/django/contrib/admin/static/admin/css$
How did you configure it? For admin app to load static files, you need to create a symbolic link inside your app’s
staticdirectory. Have you done this?ls -lshould give something like: