In the Mnual Installation:

##########
Use the following project structure:
project root
  __init__.py
  app.yaml
  settings.py  (based on sample project with imports for settings_pre
and settings_post)
  manage.py    (copy from "appenginepatch")
  common
     __init__.py
     appenginepatch     (copy the whole main folder)
     django_aep_export  (based on sample project, just with files
extracted from your django.zip)
     zip-packages
         django.zip     (our patched Django version)
##########

Could you give me some fundation concept about, how does this
structure work?
Can I just move my current application into such a structure?


On 2月15日, 下午3时31分, Allen <[email protected]> wrote:
> Dear Alexan
>
> Thanks for your help. You know I am really a biginner with Google App.
>
> I read the document of 'google-appengine-path'
> ###########################
> Updating
> If you want to update an existing project please follow these steps:
> download and unzip the most recent sample project open your project's
> "common" folder replace everything in your "common" folder with the
> contents of the sample project's "common" folder read the release
> notes, so you don't miss any important changes
> ###########################
>
> you know ,I just following the "Getting Start" of Goog App. In my
> application folder, there're just main.py, app.yaml, and some pics.
> there's no so-called common folder.
> how can I update step by step.
>
> Maybe my question is really.......
> But what ever, I do really wanna to learn more.
>
> I notice that: in the downloaded sample
> 1.although I just run it locally by "dev_appserver.py" (not under
> Google App Engine), it can different request in the same time. (user
> two computers in the same LAN to visite the hosting application by
> "dev_appserer.py".
> 2.it has custom authoriation system (no need to user Google Account).
>
> these two points are what I really want currently.
> I'm not good at programming, I use just the main.py to handle all http
> requests by different Class().
> So, how can I conveniently archive those 2 functions above?
>
> Appeciate!!!!!!!!!!
>
> On 2月15日, 上午8时48分, Alexander Kojevnikov <[email protected]>
> wrote:
>
>
>
> > On Feb 15, 7:31 am, Allen <[email protected]> wrote:> Can I develope a 
> > new user login model (not use the Google user API),
> > > just like a simple datastore to reserve the username and pw, and the
> > > new visiter can register as a user.
>
> >http://groups.google.com/group/google-appengine/browse_thread/thread/...- 
> >隐藏被引用文字 -
>
> - 显示引用的文字 -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to