The Django sitemaps framework does not work on GAE. Star the issue
here:

http://code.google.com/p/google-app-engine-django/issues/detail?id=102&q=sitemaps

On 11 Dec, 10:51, niklasr <nikla...@gmail.com> wrote:
> The form preview framework works with gae and the django request
> handler. Validation rules like serverside reg ex defining allowed
> phonenumber etc. and related layout details e.g. a red box around any
> form parameter not passing validation are related details to which I
> look for a lean solution. The advantage of customizing instead of the
> framework is more control over details and the disadvantage is that
> there's no autogeneration of markup as with the framework. RSS and
> sitemap generator are interesting to adapt to work with the default
> request handler as well.
>
> Thank you for the support.
> Niklas
>
> On 4 Dec, 01:42, Dan Sanderson <dansander...@google.com> wrote:
>
> > I haven't used them myself, but at first glance I don't see why they
> > wouldn't work, assuming you're using Django for your request handling.  Give
> > 'em a try.
> > Django features that don't work out of the box on App Engine tend to be
> > those that use Django's ORM layer, which doesn't work with the App Engine
> > datastore.  One notable example is the admin app.
>
> > -- Dan
>
> > On Wed, Dec 3, 2008 at 4:00 PM, niklasr <nikla...@gmail.com> wrote:
>
> > > There are 3 features from django that are interesting
>
> > > RSS syndication
> > >http://docs.djangoproject.com/en/dev/ref/contrib/syndication/?from=ol...
> > > Form preview framework
>
> > >http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-previ...
> > > Sitemap generator
> > >http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/?from=olddocs
>
> > > Django has these features, can we apply them to our gae projects?
>
> > > Niklas
--~--~---------~--~----~------------~-------~--~----~
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