list_filter not showing up in admin

2012-01-13 Thread The Ape
Hi everyone, I am quite new to delevoping with django and I am trying to setup a simple blog app. I wanted to use a "list_filter" in the admin but it is somehow not showing up at all... I am using django 1.3 and python 2.7.1. (The models are listed below...) Does anyone have a suggestion how to m

Re: Static Files on IIS7

2011-07-24 Thread The Ape
> > On Jul 22, 7:46 am, The Ape wrote: > > > > > > > > > Hi, > > > I am running Django (1.3) with PyISAPIe (Python 2.6.6) on IIS7. > > I am using the Django tutorial pages as test sites. Now when I am > > trying to access the adminsite, > >

Static Files on IIS7

2011-07-22 Thread The Ape
Hi, I am running Django (1.3) with PyISAPIe (Python 2.6.6) on IIS7. I am using the Django tutorial pages as test sites. Now when I am trying to access the adminsite, the site is loaded without the static files (loaded via IIS7). When I use the Django development server the site is rendered perfect