[Tutor] How to deploy Django project in Google App Engine
Surya K
suryak at live.com
Mon May 28 09:46:48 CEST 2012
Date: Sat, 26 May 2012 09:40:03 -0400
From: bgailer at gmail.com
To: suryak at live.com
CC: tutor at python.org
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120528/041090ec/attachment.html>
More information about the Tutor
mailing list