If Debug = True, you can have a flatpage with URL = "/" that is handled by FlatpageFallbackMiddleware:
MIDDLEWARE_CLASSES = ( ... 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', ) If Debug = False, the flatpage will 404. Is there a way to have a flatpage as your site's index/home page, and have debugging turned off? -joe --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---