Project structure for Google App Engine

后端 未结 6 827
走了就别回头了
走了就别回头了 2020-12-12 09:06

I started an application in Google App Engine right when it came out, to play with the technology and work on a pet project that I had been thinking about for a long time bu

6条回答
  •  时光取名叫无心
    2020-12-12 09:37

    I think the first option is considered the best practice. And make the code folder your first package. The Rietveld project developed by Guido van Rossum is a very good model to learn from. Have a look at it: http://code.google.com/p/rietveld

    With regard to Django 1.0, I suggest you start using the Django trunk code instead of the GAE built in django port. Again, have a look at how it's done in Rietveld.

提交回复
热议问题