Thursday, July 31, 2014

Anyone got Django working on Google App Engine? Seems there are inconsistent, incomplete and conflicting docs. Any advice appreciated....SOS

Is this the latest greatest docs for Django on Google AppEngine?

        http://django-nonrel.org/

There seems to be another page high on a search:
  
        http://www.allbuttonspressed.com/projects/djangoappengine#installation

With the first doc I was able to get a toy Django app running with the local devserver but that
page has scanty instructions for getting models and uploading to Google beyond that!?!?

e.g.

(1) In various places it says to do "manage.py deploy" in order to deploy your app.
     The problem is that "deploy" isn't a normal Django switch for manage.py.
      The docs insinuate you need to somehow use djangoappengine but there
        is no mention of how to magically tweak manage.py with djangoappengine
           so that the "deploy" switch appears suddenly.

(2) It isn't clear how to create models and use them.  I was getting errors
      about me not having permission to do this.

Any help greatly appreciated.

Sincerely,

Chris 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e9b6687b-3703-4ae4-9af7-fd46726a27c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment