Re: Django Admin CSS missing

2013-08-20 Thread Glenn Vulkers
And it's working, thanks alot! Op dinsdag 20 augustus 2013 18:35:35 UTC+2 schreef Glenn Vulkers: > > Hello everyone, > > I'm just reading throught djangobook.com where I came to Chapter 6 so > far. It's about The Django Admin. I installed the admin and such > but I notice that the CSS is

Re: Django Admin CSS missing

2013-08-20 Thread Alex Franco
There you have your problem and answer... uncomment these lines: # 'django.middleware.csrf.CsrfViewMiddleware', # 'django.contrib.sites', # 'django.contrib.staticfiles', # 'django.contrib.admin', VoilĂ ! -- @jafrancov On Tuesday, August 20, 2013 11:59:28 AM UTC-5, Glenn Vulkers

Re: Django Admin CSS missing

2013-08-20 Thread Glenn Vulkers
I'm running manage.py runserver. Django version is: 1.5.1 in Settings.py I have this: MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', # 'django.middleware.csrf.CsrfViewMiddleware',

Re: Django Admin CSS missing

2013-08-20 Thread Alex Franco
Are not missing, but if you are following the djangobook you probably commented something in your settings file as you did on chapter 5, review the middleware, staticfiles and templeate loaders lines, the issue is probably there. On Tuesday, August 20, 2013 11:35:35 AM UTC-5, Glenn Vulkers

Re: Django Admin CSS missing

2013-08-20 Thread Bill Freeman
Not enough information. Django works fine with python2.7, so we would need to know, for example, which version of Django, how you installed it, whether you are using manage.py runserver or whether you are running behind Apache or something else, and what exactly you mean by "I installed the admin

Django Admin CSS missing

2013-08-20 Thread Glenn Vulkers
Hello everyone, I'm just reading throught djangobook.com where I came to Chapter 6 so far. It's about The Django Admin. I installed the admin and such but I notice that the CSS is missing. Does anyone know what to do? I'm running Python2.7 Glenn -- You received this message because you are