Re: Basic query regarding admin CSS

2013-09-28 Thread Jason S
Hi, This is fixed, I think it was as I was missing one of the entries below: 37 MIDDLEWARE_CLASSES = ( 38 # This loads the index definitions, so it has to come first 39 'autoload.middleware.AutoloadMiddleware', 40 41 'django.middleware.common.CommonMiddleware', 42 'django.con

Basic query regarding admin CSS

2013-09-28 Thread Jason S
Hi, I'm new to development and have just gone from some python and django tuts, on my way to developing my first app. I've created a model and can view it under the /admin page, however the page does not use any of the pretty CSS you see in the tutorials because it can't find the files: INFO:ro