There is a little problem, because GAE add prefix to model kind name (appname_modelname). It can be fixed by overriding kind method.
2010/1/7 Nickolas Daskalou <[email protected]> > I've managed to use AEP and webapp on the same GAE application by filtering > based on the HTTP host, as described here: > > http://groups.google.com/group/google-appengine/browse_thread/thread/44d2d67cb1f4f735 > > I have not yet tried sharing models between the two (eg. having one > models.py file that both webapp and AEP import and use). > > Anyone have any tips on the "best" way to do this? > > -- > You received this message because you are subscribed to the Google Groups > "app-engine-patch" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<app-engine-patch%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/app-engine-patch?hl=en. > >--
You received this message because you are subscribed to the Google Groups "app-engine-patch" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/app-engine-patch?hl=en.
