Great, I'll do it! Thanks!!!! 2011/11/18 Niklas Rosencrantz <[email protected]>
> You can keep a file called appengine_config.py in your project directory > with this line: > > webapp_django_version = '1.2' > > and I think it will solve your problem. Or just wait and keep your code > compatible with current GAE SDK and you will solve the problem since sooner > or later 0.96 will be deprecated since it is old and it is over. > > Regards, > Niklas > > > On Fri, Nov 18, 2011 at 11:59 AM, Massimiliano < > [email protected]> wrote: > >> I'm not so skilled to do it. I'm just using appengine like an hobby. I >> just want to use the code like I have. Which line I have to add and where? >> >> 2011/11/18 Niklas Rosencrantz <[email protected]> >> >>> I recommend switching to python 2.7 that abstracts away selecting the >>> django version. >>> There is a blog post how to do it at blog.notdot.net >>> If you can't or don't want to upgrade to python 2.7 now you can add a >>> line to your appengine_config.py to select which version django imports. >>> >>> I used django for filters and templates. Now I swtiched to Jinja2 but I >>> still need django's translation capabilities so I didn't get out of django >>> completely since I use django.util.translations however the recommendation >>> is likely to not import django at all since it seems that GAE is moving >>> away from django and onto selecting your own stack eg. choose a template >>> engine and choose a db framework and choose a forms framework and >>> it can work very well no django imports. >>> >>> I hope some of this info helps. >>> Regards, >>> Niklas >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-appengine/-/2qKVzgTPp2AJ. >>> >>> 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. >>> >> >> >> >> -- >> How to contact me: protocol.by/Massimiliano >> Sito: www.themaxbuddies.com <http://goo.gl/WoxEN> >> Twitter: www.twitter.com/grostein >> Skype: massimiliano.pietroni >> Tumblr: http://grostein.tumblr.com/ >> Msn: [email protected] >> Ti serve >> dropbox?<https://www.dropbox.com/referrals/NTI4MzgyMjM5?src=ab_global8> >> >> -- >> 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. >> > > -- > 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. > -- How to contact me: protocol.by/Massimiliano Sito: www.themaxbuddies.com <http://goo.gl/WoxEN> Twitter: www.twitter.com/grostein Skype: massimiliano.pietroni Tumblr: http://grostein.tumblr.com/ Msn: [email protected] Ti serve dropbox?<https://www.dropbox.com/referrals/NTI4MzgyMjM5?src=ab_global8> -- 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.
