Re: urls question django_website

2006-12-18 Thread Rob Slotboom
> I still can't figure out however how the flatfiles are loaded? Or maybe the homepage template from flatfiles is used, without using the content for the flatpage at all. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: urls question django_website

2006-12-18 Thread Rob Slotboom
> The 'homepage' is a flatpage with an address of '/'. Hi Kwe, Great help!!! I still can't figure out however how the flatfiles are loaded? For example: http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/flatfiles/homepage.html

Re: urls question django_website

2006-12-18 Thread kwe
Hi Rob, The 'homepage' is a flatpage with an address of '/'. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe

urls question django_website

2006-12-18 Thread Rob Slotboom
When I look at the urls.py file belonging to django_website I can't figure out how the website handles the pattern for www.djangoproject.com/ The only option seems to be the included flatpages.urls but this one needs a pattern for an url. Does anybody have a clue? Here is the code: