I am having major issues getting my app to deploy.

I have been working with django-norel test app and the all buttons
pressed app.  I managed to deploy an app the other day, but I couldnt
create a superuser via

manage.py remote createsuperuser since I kept getting a 400 bad
request not authorised to acess ~sMYAPPNAME data

I tried creating another app with a different appid and I cant event
deploy the app to that.

I have the googleappengine code at /usr/local/googleappengine and it
is
release: "1.5.0"
timestamp: 1301428458
api_versions: ['1']

I have the app.yaml configured to the remote api handler

application: APPNAME
version: 1
runtime: python
api_version: 1

builtins:
- remote_api: on

inbound_services:
- warmup

The APPNAME has been changed in my config to match my app.

Where am I going wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to