Questions tagged [djangoappengine]

djangoappengine is a pluggable Django app that allows you to use App Engine's datastore with Django.

djangoappengine is a pluggable Django app that allows you to use App Engine's datastore with Django.

It provides the necessary plumbing to query the datastore, and custom management commands for deploying and running the SDK.

97 questions
0
votes
1 answer

Django 1.4 on App Engine with SQL Cloud

Anyone was successful with Django 1.4 and Google App Engine? I have finished my project, which I was going to upload on App Engine, and I realised that currently newest supported version is 1.3 of GAE SDK is 1.3. Any ideas what should I do now? Does…
danb333
  • 1,244
  • 2
  • 10
  • 15
0
votes
1 answer

Profile python in google app engine sdk (djangoappengine)

I am developing a dDango app (djangoappengine) using the Google App Engine SDK. My app is painfully slow and I want to profile it. I have tried cProfile, profile, and hotshot according to https://code.djangoproject.com/wiki/ProfilingDjango However,…
MrJ
  • 1,436
  • 2
  • 15
  • 21
0
votes
2 answers

django nonrel app engine couldn't connect to remote shell

I have my appengine project with django nonrel. App engine SDK 1.6.6. python2.7. I want to upload my development data to production server with manage.py remote loaddata myfixture or simply, manage.py remote shell, but I got the url error…
sfdye
  • 296
  • 2
  • 5
0
votes
1 answer

Django retrieving value from model

I have this model.py: from google.appengine.ext import db class Poem(db.Model): title = db.StringProperty() words = db.StringListProperty() created_on = db.DateTimeProperty(auto_now_add = 1) created_by = db.UserProperty() def…
lowerkey
  • 8,105
  • 17
  • 68
  • 102
0
votes
1 answer

Django-nonrel with Google App Engine: Missing AutoloadMiddelware class?

I just deployed a website using Google App Engine that I built using Django. However, whenever I try to view my site live, I get a 500 error, and when I go into the App Engine dashboard and check the logs, I see the error: "ImproperlyConfigured:…
GChorn
  • 1,267
  • 1
  • 19
  • 36
-1
votes
1 answer

appengine sending mail getting no error for hardcoded emails, but errors when using the data sent in form

EDIT: In case you want to test i have deployed the code to this github repo The basic feature i want to implement is sending mails from a form. Almost what anyother Contact Us form on your website does. The demo url is takemailer.appspot.com The…
user993563
  • 18,601
  • 10
  • 42
  • 55
-2
votes
1 answer

I'm being billed and I don't know how to stop it

How can I check all the services I'm making use of on app engine. I'm being billed and I don't know how to stop it. I've lost about $15. And I don't know where it's coming from
Xceptions
  • 209
  • 2
  • 11
1 2 3 4 5 6
7