On Sat, Nov 8, 2008 at 1:27 PM, adrian wrote: > Not a helpful comment. If what you said were true, why is there an > AppEngine Helper for Django? > Obviously there are some issues.
you'll have some issues using a django app as it is because it initializes stuff that won't work inside app engine. AppEngineHelperForDjango tries to make it smooth by removing/overriding those unsupported stuff. you can very well import just the django modules for form generation/validation and use them; they are independent enough to be used without the whole django, afaik. -- rodrigo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
