Re: [Tutor] How to deploy Django project in Google App Engine

2012-05-28 Thread bob gailer
On 5/28/2012 3:46 AM, Surya K wrote: I have one problem. 1. In the test app, the project hierarchy is something like this: / "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. / , manage.py - __init__.

Re: [Tutor] How to deploy Django project in Google App Engine

2012-05-28 Thread Surya K
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

Re: [Tutor] How to deploy Django project in Google App Engine

2012-05-26 Thread bob gailer
On 5/26/2012 5:41 AM, Surya K wrote: I wrote a Django project and would like to deploy on Google App Engine. also: https://developers.google.com/appengine/articles/django-nonrel -- Bob Gailer 919-636-4239 Chapel Hill NC ___ Tutor maillist - Tutor@p

Re: [Tutor] How to deploy Django project in Google App Engine

2012-05-26 Thread bob gailer
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-

[Tutor] How to deploy Django project in Google App Engine

2012-05-26 Thread Surya K
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?? I used Eclipse Indigo, Python 2.7 for developing... ___