Date: Sat, 26 May 2012 09:40:03 -0400 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [Tutor] How to deploy Django project in Google App Engine On 5/26/2012 5:41 AM, Surya K wrote: I wrote a Django project and would like to deploy on Google App Engine. I searched a lot on net and couldn't find a proper tutorial till now. So, can any one explain me?? Did you look at http://www.allbuttonspressed.com/blog/django/2010/01/Native-Django-on-App-Engine? -- Bob Gailer 919-636-4239 Chapel Hill NC This seems to be a nice articles stating directly.. but I have one problem.1. In the test app, the project hierarchy is something like this:<project folder>/ "project files" - setting.py, __init__.py, manage.py, etc.. However, the Django's dir hierarchy in my PC (i.e, Django 1.4) is quite different.<project folder>/ <folder> , manage.py <folder> - __init__.py, settings.py, views.py etc... so, where should I store those folders mentioned in the website http://www.allbuttonspressed.com/blog/django/2010/01/Native-Django-on-App-Engine? Thanks Surya
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
