I cannot get Django Flatpages on app-engine-patch to work on my site.
I am getting 404 page not exists error. I have done all the need
configuration:

1) added
"django.contrib.flatpages.middleware.FlatpageFallbackMiddleware" to
MIDDLEWARE_CLASSES
2) added  'django.contrib.sites', 'django.contrib.flatpages' to
INSTALLED_APPS
3) created a template in flatpages/default.html

Also tried to create url: (r'', include
('django.contrib.flatpages.urls'))

Any suggestions or help will be appreciated!

Thanks,
Andrius

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to