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 -~----------~----~----~----~------~----~------~--~---