static serve problem

2010-01-28 Thread H.Ibrahim YILMAZ
Hi, I've made what saying at http://superjared.com/entry/requiring-login-entire-django-powered-site/ url. But i cant import to my css file which stay under /extend/ directory. I have diffrent apps and I can import with that that css file. You can see below my url.py: from django.conf.urls.default

Re: modelform filter?

2010-03-28 Thread H.Ibrahim YILMAZ
any help? On 28 Mart, 15:00, H.İbrahim Yılmaz wrote: > Hi, > I Have a model and ModelForm I want to learn how i can filter areas? > You can see my model below. > > from django.db import models > from yenicrm.musteri.models import * > from django.forms import ModelForm > from django.contrib.auth.m