Nuno, "Yes, I do. It's a default setting." Never hurts to check--just because it's default, doesn't mean you haven't unset it :-)
I just ran a very simple test, using a project that I use for testing Django apps--which I had never used flatpages in. I added the FlatpageMiddleware, added flatpages to INSTALLED_APPS, synced the database, then created a page with a URL of just /, and created a default template. It worked fine--I can go to localhost:8000/ and get correct page--and I can also go to localhost:8000 and get redirected to the first URL. Perhaps you have something in your urls.py that's overriding what flatpages should be handling? -Jeff On Dec 10, 5:33 am, Nuno Machado <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > Yes, I do. It's a default setting. > > I've been thinking about the 'django.contrib.flatpages' and the > 'django.contrib.sites' modules and in some cases, they are worse than > good. > > Maybe I'm facing one of those cases, so I should get ride of those > modules and deploy an "extras" application with just views and > templates but no models (no database). > > If someone has some other hints, I'll be glad to listen. Thank you. > > On Dec 10, 4:08 am, Jeff FW <[EMAIL PROTECTED]> wrote: > > > Do you have CommonMiddleware enabled in your settings.py? > > >http://docs.djangoproject.com/en/dev/ref/middleware/#module-django.mi... > > > On Dec 9, 7:29 pm, Nuno Machado <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm using flatpages to display some static content in a site. The > > > "about" page is working flawlessly (URL = mysite.com/about) but now > > > I'm trying to define the index (URL = mysite.com) using flatpages. > > > > I'm having troubles defining the URL in the administration panel: > > > > If I put / in the URL field, I need to write "mysite.com//" to get > > > access to my index page. This is not good for visitors! > > > > Your help is much appreciated. > > --~--~---------~--~----~------------~-------~--~----~ 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 from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---