Re: Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-24 Thread Stephen Loughin
I have this question too, but I'm running on an intranet on a self-hosted box under docker. My docker-compose.yml file is structured to have the following services: redis-db web-api rq-worker (scalable, typically with 4 workers) nginx I don't have the luxury of putting this in the cloud. The

Re: Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-24 Thread Christian Seberino
Beautiful. Thanks. On Tue, Aug 24, 2021 at 2:51 AM Andréas Kühne wrote: > I would say that Google App Engine MIGHT solve some of your problems, but > you will instead get more problems. App Engine is a good solution, but > still is a big black box of functionality. > > I think you would be bet

Re: Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-24 Thread Christian Seberino
Thanks. I'll check it out. On Tue, Aug 24, 2021 at 7:54 AM Robert Seghedi wrote: > Just go for Cloudflare Pages. It s much more easier > > În mar., 24 aug. 2021 la 04:30 cseb...@gmail.com a > scris: > >> I have a simple web app (bighelp.business). I anticipate >> the number of users to stea

Re: Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-24 Thread Robert Seghedi
Just go for Cloudflare Pages. It s much more easier În mar., 24 aug. 2021 la 04:30 cseb...@gmail.com a scris: > I have a simple web app (bighelp.business). I anticipate > the number of users to steadily increase. > > I'm having nightmares of having to guesstimate how much > extra RAM and cores

Re: Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-24 Thread Andréas Kühne
I would say that Google App Engine MIGHT solve some of your problems, but you will instead get more problems. App Engine is a good solution, but still is a big black box of functionality. I think you would be better suited with a solution like Elastic Beanstalk from AWS (there probably is an equiv

Basic questions about scaling a Django web app. (e.g. AppEngine solves all problems?)

2021-08-23 Thread cseb...@gmail.com
I have a simple web app (bighelp.business). I anticipate the number of users to steadily increase. I'm having nightmares of having to guesstimate how much extra RAM and cores to add every week. Furthermore, WSGI has these switches I use... --processes=5 and --max-requests=50. I don't know ho

Re: Google AppEngine vs. dedicated hosting (Pros/cons)

2011-08-09 Thread Fatrix
; Now I'm trying to find the best possible way to host this site. > > Earlier I've used dedicated hosts like WebFaction and Djangoeurope, > > and this has worked pretty well. > > However Google AppEnginge is free and provides a really reliable > > server (as far as I

Re: Google AppEngine vs. dedicated hosting (Pros/cons)

2011-08-08 Thread francescortiz
sts like WebFaction and Djangoeurope, > and this has worked pretty well. > However Google AppEnginge is free and provides a really reliable > server (as far as I can tell). But I'm no expert on this matter and > therefore come to you guys. > > What is the tradeoff between using

Google AppEngine vs. dedicated hosting (Pros/cons)

2011-08-05 Thread Herman Schistad
nge is free and provides a really reliable server (as far as I can tell). But I'm no expert on this matter and therefore come to you guys. What is the tradeoff between using Google AppEngine (with django-nonrel [1]), learning this, and writing my application for the Google datastore versus usin

Re: Free Blog built on Django and run in AppEngine

2010-11-01 Thread Sithembewena Lloyd Dube
Thanks Russ! On Mon, Nov 1, 2010 at 3:53 PM, Russell Keith-Magee wrote: > On Mon, Nov 1, 2010 at 9:43 PM, Sithembewena Lloyd Dube > wrote: > > > > Could somebody please take care of this idiot?? Spammed me after my > response to a thread post. > > > > I've just banned the account. > > Interesti

Re: Free Blog built on Django and run in AppEngine

2010-11-01 Thread Russell Keith-Magee
On Mon, Nov 1, 2010 at 9:43 PM, Sithembewena Lloyd Dube wrote: > > Could somebody please take care of this idiot?? Spammed me after my response > to a thread post. > I've just banned the account. Interestingly, he was mailing list members directly, not spamming the list. This is an approach tha

Re: Free Blog built on Django and run in AppEngine

2010-11-01 Thread Sithembewena Lloyd Dube
Could somebody please take care of this idiot?? Spammed me after my response to a thread post. On Mon, Nov 1, 2010 at 3:19 PM, dipti seni wrote: > >> * DO YOU LIKE LOVE MARRIAGE >> ? >> * >> >> >> Free Register

Re: Free Blog built on Django and run in AppEngine

2010-11-01 Thread Sithembewena Lloyd Dube
Blog'). Built the blog in django 1.2.3 and run in appengine. > This blog has common features for blog, such as manage posts, manage > pages, and manage media file. This is the first release, hope anyone > enjoy. > Feel free to write me any comment, sugggestion, bug report, or featu

Free Blog built on Django and run in AppEngine

2010-10-31 Thread Hudar
Hi, I just released a source code of my own blog as open source (called 'MeBlog'). Built the blog in django 1.2.3 and run in appengine. This blog has common features for blog, such as manage posts, manage pages, and manage media file. This is the first release, hope anyone enjoy. Fe

Re: appengine dynamic translation

2010-08-30 Thread TomasJKouba
Hi, I have the same problem. Please help... Tomas On 30 srp, 13:17, Martin Kubát wrote: > Hi, > I have a problem with dynamic translation strings on AppEngine. > Best django module for my problem is django-rosetta. But... I can't do > any operations with files on AppE

appengine dynamic translation

2010-08-30 Thread Martin Kubát
Hi, I have a problem with dynamic translation strings on AppEngine. Best django module for my problem is django-rosetta. But... I can't do any operations with files on AppEngine. Exists somethings else like django-rosetta for AppEngine? Or, have somebody any experience with this problem? T

Appengine - Forms from different classes same page

2010-08-19 Thread xerife
I'm doing a program for teachers fill out a form with their CV. After filling out the form it should be possible to print to PDF. Obviously the form has to be on the same page. I have a model with relationship one2many, with teachers, experience, distribution service, etc.. I haven´t seen so far

Re: Sample Django AppEngine App

2010-07-05 Thread Mak
it be nice to start first by learning Django! From my experience > Django was not build to run on top of AppEngine. There are alot of > hacks on django to make run on AppEngine that might confuse a > beginner, e.g Django was built to run on relational databases, while > AppEngine appl

Re: Sample Django AppEngine App

2010-07-04 Thread Floh
On Sat, Jul 3, 2010 at 8:00 AM, Gath wrote: > Won't it be nice to start first by learning Django! From my experience > Django was not build to run on top of AppEngine. There are alot of > hacks on django to make run on AppEngine that might confuse a > beginner, e.g Django wa

Re: Sample Django AppEngine App

2010-07-02 Thread Gath
Won't it be nice to start first by learning Django! From my experience Django was not build to run on top of AppEngine. There are alot of hacks on django to make run on AppEngine that might confuse a beginner, e.g Django was built to run on relational databases, while AppEngine applications r

Sample Django AppEngine App

2010-07-02 Thread Mak
I am completely new to Django. I am wondering if there is a sample Django AppEngine application somewhere with explanation on how it is setup? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: using django for google appengine, noob to both.

2010-07-01 Thread Sector7B
l>I recommend it over > any other django appengine ORM I've tried. I think it can help you with some > of your issues. The blog and discussion group is very active and > informative. > > On Wed, Jun 30, 2010 at 5:03 PM, Felippe Bueno wrote: > > > > > You can... but

Re: using django for google appengine, noob to both.

2010-06-30 Thread Malcolm MacKinnon
You should look at this site: http://www.allbuttonspressed.com/projects/django-nonrel <http://www.allbuttonspressed.com/projects/django-nonrel>I recommend it over any other django appengine ORM I've tried. I think it can help you with some of your issues. The blog and discussion gr

Re: using django for google appengine, noob to both.

2010-06-30 Thread Felippe Bueno
You can... but there are some limitations. For example, django's admin site, don't work using appengine You need to use db.Model, You need to use google.appengine.ext.db.djangoforms to validate forms... And some more Btw, I think its better we discuss this using private messages,

Re: using django for google appengine, noob to both.

2010-06-30 Thread Sector7B
interestingly though, i guess my problem is still that i'm not able to do the django way of things, which I thought was idea behind doing it like this: http://code.google.com/appengine/articles/appengine_helper_for_django.html On Jun 30, 7:30 pm, Sector7B wrote: > i was just coming to wr

Re: using django for google appengine, noob to both.

2010-06-30 Thread Sector7B
over to that group now.  Thanks again. > > > Joe > > > On Jun 30, 3:12 pm, Felippe Bueno wrote: > > > I think (THINK) you problem is with the db.Model > > > > Take a look athttp:// > > code.google.com/appengine/docs/python/datastore/queryclass.htm... > >

Re: using django for google appengine, noob to both.

2010-06-30 Thread Felippe Bueno
BaseModel extends db.Model :) http://stackoverflow.com/questions/1720157/diference-between-appengine-django-basemodel-and-db-model On Wed, Jun 30, 2010 at 8:09 PM, Sector7B wrote: > Thank you for your reply. I gave it a try, and it didn't seem to > work. The helper project (accor

Re: using django for google appengine, noob to both.

2010-06-30 Thread Sector7B
t; > Take a look > athttp://code.google.com/appengine/docs/python/datastore/queryclass.htm... > > <http://code.google.com/appengine/docs/python/datastore/queryclass.htm...>You > will see that db.Model don't have the filter method, db.Query have it. > You need to do some t

Re: using django for google appengine, noob to both.

2010-06-30 Thread Felippe Bueno
I think (THINK) you problem is with the db.Model Take a look at http://code.google.com/appengine/docs/python/datastore/queryclass.html#Query_filter <http://code.google.com/appengine/docs/python/datastore/queryclass.html#Query_filter>You will see that db.Model don't have the fi

using django for google appengine, noob to both.

2010-06-30 Thread Sector7B
Hi, I'm using django on google appengine using this: http://code.google.com/appengine/articles/appengine_helper_for_django.html So I have my models, and I can load my pages and templates, and started to do some rudimentary object creates and gets inside the shell (python manage.py shell) a

Need Example/Tutorial - building a datagrid into a django app built on Google AppEngine

2010-04-12 Thread codingJoe
Rookie programmer here, so please excuse if this is the wrong forum. I have a simple app on Google Appengine that uses the built in django template system. This displays the data great, the forms, work etc. What I really want is a way to edit the data within a table interface, like a datagrid

Need Google Appengine - Django - Facebook (pyFacebook) Advice

2009-12-21 Thread Kaan Soral
Hello; I currently develop Facebook applications with Php, the need for a scalable platform and the charm to use a decent framework led me to learn Appengine, after experimenting a little bit with webapp framework and not being able to use pyFacebook lib with webapp, I decided I should learn

Re: DateFormat in Django and Appengine

2009-09-27 Thread Karen Tracey
On Sun, Sep 27, 2009 at 6:51 PM, Peter Newman < peter.newman@googlemail.com> wrote: > > Guys - > > I have a slight issue with dates in Django and appengine: > > I have the following class because i want date input in the form of DD/ > MM/YY > > class

DateFormat in Django and Appengine

2009-09-27 Thread Peter Newman
Guys - I have a slight issue with dates in Django and appengine: I have the following class because i want date input in the form of DD/ MM/YY class MyForm(ModelForm): mydate = forms.DateTimeField(input_formats=['%d-%m-%y', '%d/%m/ %y']) class Meta: mo

Re: Google Appengine patch and Apengine Helper

2009-04-27 Thread Waldemar Kornewald
Hi, On Apr 27, 5:12 pm, Lakshman Prasad wrote: > I managed to successfully use the second app (appengine-patch). Thanks. > > > but there has not been any visible activity > > on 1)app-engine Django since about August 08 > > Altho' there hasn't been a release,

Re: Google Appengine patch and Apengine Helper

2009-04-27 Thread Lakshman Prasad
I managed to successfully use the second app (appengine-patch). Thanks. > but there has not been any visible activity > on 1)app-engine Django since about August 08 Altho' there hasn't been a release, there has been continuous (weekly) activity even in the earlier help

Re: Google Appengine patch and Apengine Helper

2009-04-26 Thread Malcolm Tredinnick
, whilst it is a high priority, it is not the highest priority. The ideal situation would be that a proper ORM backend exists for Django that means applications use AppEngine for the storage out of the box. Hoewver, that requires some fairly large changes in the low-level parts of the ORM, so the n

Re: Google Appengine patch and Apengine Helper

2009-04-26 Thread dartdog
Well,, both have issues,, but there has not been any visible activity on 1)app-engine Django since about August 08. While the lone developer on 2)App engine patch is working hard daily.. I have seen a few posts that others have abandoned # 1 in favor of # 2 but the projects need more people to co

Google Appengine patch and Apengine Helper

2009-04-25 Thread Lakshman Prasad
I see 2 different django projects for porting django app to app-engine http://code.google.com/p/app-engine-patch/ http://code.google.com/p/google-app-engine-django/ I'd like to know the preferred module to use and the relative benefits and problems. Thanks in advance. -- Regards, Lakshman beco

Alternative to AppEngine database

2009-04-03 Thread Kless
MongoDB has added a connector [1] that lets you use it as the persistent store in your Python AppEngine applications. This is very important to avoid the use of a propietary database. It would be great if there would more connectors using another key/ value databases as Tokyo Cabinet [2]. [1

Re: django to appengine error

2009-03-10 Thread arbi
Thx Karen, In fact I tryed to find the solution before posting, but I didn't as you did. Now I will discuss on appengine forum, because I don't really understand the process. Thx! Arbi On 10 mar, 14:16, Karen Tracey wrote: > On Tue, Mar 10, 2009 at 6:03 AM, arbi wrote: > &g

Re: django to appengine error

2009-03-10 Thread Karen Tracey
On Tue, Mar 10, 2009 at 6:03 AM, arbi wrote: > > Hi, > > I am making the tutorial of google to "activate" django in app > engine : > > http://code.google.com/intl/fr-FR/appengine/articles/appengine_helper_for_django.html > > I made "

Re: django to appengine error

2009-03-10 Thread arbi
> > If this is not the case then your installation is incomplete. > > Hope that helps. > Yaniv > > On Mar 10, 12:03 pm, arbi wrote: > > > Hi, > > > I am making the tutorial of google to "activate" django in app > > engine > > :http://code

Re: django to appengine error

2009-03-10 Thread nivhab
n(DIR_PATH, 'lib', 'django'), If this is not the case then your installation is incomplete. Hope that helps. Yaniv On Mar 10, 12:03 pm, arbi wrote: > Hi, > > I am making the tutorial of google to "activate" django in app > engine > :http://code.go

django to appengine error

2009-03-10 Thread arbi
Hi, I am making the tutorial of google to "activate" django in app engine : http://code.google.com/intl/fr-FR/appengine/articles/appengine_helper_for_django.html I made "python manage.py runserver" and it worked : " INFO:root:Running application google-app-engine-

Re: CMS on Google Appengine

2009-03-04 Thread brad
On Mar 4, 9:51 am, poematrix wrote: > Is it possible to utilize the Django CMS on Google Appengine? I've just starting looking into Google's App Engine as a possible place to deploy a Django Project. I can't answer your question directly, but there are a couple of articles t

CMS on Google Appengine

2009-03-04 Thread poematrix
Is it possible to utilize the Django CMS on Google Appengine? As you know, Google Appengine by default provides support for the Django template system. I am wondering if it is possible to use the CMS as well. Pointers to how-to's regarding this would be much appreciated. T

AppEngine

2009-02-06 Thread Christian Hoeppner
I've been outside of the Django scene a couple months now, busy on other things. I remember AppEngine being the big new thing around, and Django could run on it, with a few hitches. How's things these days? Would you use AppEngine to run a production site fo

Re: To-Go django based solutions for Google AppEngine?

2008-12-12 Thread Jeffrey Johnson
gt; Hi, > > As some of you may know Google AppEngine currently only supports Python > and uses mainly django. > > I wondered if people were interested to found a project which offers > ready-to-deploy django based solutions for Google Appengine. Hosting > there is free and it wou

To-Go django based solutions for Google AppEngine?

2008-12-12 Thread jago
Hi, As some of you may know Google AppEngine currently only supports Python and uses mainly django. I wondered if people were interested to found a project which offers ready-to-deploy django based solutions for Google Appengine. Hosting there is free and it would be great if normal users

Appengine Admin

2008-11-26 Thread Valts Mazurs
Hello, dear Djangonauts! Today it is the 0th birthday of Appengine Admin - Django like automatic administration panel for Google App Engine. The reason why this project was started and actually released is quite simple - I am so addicted to Django automatic admin panel that I realized that I

Re: django google-app-engine appengine backend

2008-09-27 Thread Josh
Hi there, I seem to be having the same problem you are. Any chance you found a solution? Cheers, Josh On Sep 19, 7:51 am, bfrederi <[EMAIL PROTECTED]> wrote: > @Adam Fast > I think you are right. I'm not at home, so I can't check for sure, but > I'm almost positive I completely forgot to add '

Re: django google-app-engine appengine backend

2008-09-19 Thread bfrederi
@Adam Fast I think you are right. I'm not at home, so I can't check for sure, but I'm almost positive I completely forgot to add 'appengine_django' to my INSTALLED_APPS. Thank you. @free won I started with app-engine-patch actually, because it was the first patch/helper I came across. But then I

Re: django google-app-engine appengine backend

2008-09-18 Thread free won
http://code.google.com/p/app-engine-patch/ I think it is much better than GAE-Help. -- 真正的杰出,不是妙用规则的错层,而是极致的偏执于信念 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Re: django google-app-engine appengine backend

2008-09-18 Thread Adam Fast
While I'm not particularly skilled with AppEngine, it's not finding your backend. I don't know what your INSTALLED_APPS are in settings.py but you'll want to make sure 'appengine_django' is in it. Also, I'm seeing a dot in front of your google_appengine directo

Re: django google-app-engine appengine backend

2008-09-18 Thread bfrederi
Just in case it's any help, this is the tutorial I am using: http://code.google.com/appengine/articles/appengine_helper_for_django.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gr

django google-app-engine appengine backend

2008-09-18 Thread bfrederi
ses.py", line 2, in from django.db import transaction File "/home/brandon/web_dev/mysite/.google_appengine/lib/django/ django/db/__init__.py", line 22, in (settings.DATABASE_ENGINE, ", ".join(map(repr, available_backends))) django.core.exceptions.ImproperlyConfigu

Re: django + google appengine?

2008-06-03 Thread James Bennett
On Tue, Jun 3, 2008 at 4:02 PM, <[EMAIL PROTECTED]> wrote: > google appengine seems like a good place to start, then i dont have to > get my own servers and stuff. > > is this easy integrateable? or doesnt google appengine and django work > together? There are a number of a

Re: django + google appengine?

2008-06-03 Thread Will Boyce
oops, http://code.google.com/appengine/articles/django.html was the link I should've given you Regards, Will Boyce u: http://willboyce.com e: [EMAIL PROTECTED] On 3 Jun 2008, at 22:02, [EMAIL PROTECTED] wrote: > > i, once i have learned more about django, will build

Re: django + google appengine?

2008-06-03 Thread Will Boyce
i have learned more about django, will build a prety big > application and want to host it somewhere for free. > > google appengine seems like a good place to start, then i dont have to > get my own servers and stuff. > > is this easy integrateable? or doesnt google appengine an

django + google appengine?

2008-06-03 Thread circularfunc
i, once i have learned more about django, will build a prety big application and want to host it somewhere for free. google appengine seems like a good place to start, then i dont have to get my own servers and stuff. is this easy integrateable? or doesnt google appengine and django work

Re: appengine and django default filters

2008-06-03 Thread [EMAIL PROTECTED]
> Hey guys... anybody had in luck getting the django default filters > working with appengine John, I posted an answer on your original posting in the AppEngine group. Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

appengine and django default filters

2008-06-03 Thread John M.
Hey guys... anybody had in luck getting the django default filters working with appengine When I include this line in my templates {% load filters %} I get the following error... 'filters' is not a valid tag library: Could not load template library from django.templatetags.filters,

Re: How we can integrate Django app in Google appengine.

2008-04-12 Thread rajiv bammi
ocs.html > http://www.42topics.com/dumps/appengine/doc.html > > On Apr 12, 4:49 pm, Chris Hoeppner <[EMAIL PROTECTED]> wrote: > > I'm not sure wether you're asking how to run django on GAE [1], or how > > to do that using appengine's webapp framework

Re: How we can integrate Django app in Google appengine.

2008-04-12 Thread shabda
[Shameless plug :)] http://www.42topics.com/dumps/django/docs.html http://www.42topics.com/dumps/appengine/doc.html On Apr 12, 4:49 pm, Chris Hoeppner <[EMAIL PROTECTED]> wrote: > I'm not sure wether you're asking how to run django on GAE [1], or how > to do that us

Re: How we can integrate Django app in Google appengine.

2008-04-12 Thread Chris Hoeppner
I'm not sure wether you're asking how to run django on GAE [1], or how to do that using appengine's webapp framework [2]. [1] http://code.google.com/appengine/articles/django.html [2] http://code.google.com/appengine/docs/gettingstarted/ Bear in mind that AFAIK right now there&#x

How we can integrate Django app in Google appengine.

2008-04-12 Thread rajiv bammi
Dear developers, Just a basic query, i am still not able to understand that how we can integrate Django app with Google appengine.. Let say we have a simple program in Django which says hello world.. how using django i can do it in Google Appengine.. Thanks & Regards R

Re: Using Django with appengine - Port of the django tutorial for appengine

2008-04-10 Thread Kent Johnson
shabda wrote: > I have tried to write a Django tutorial for Appengine. > A live install of this can be seen at http://blogango.appspot.com I get a 403 Forbidden when I try to vote... Kent --~--~-~--~~~---~--~~ You received this message because y

Re: Using Django with appengine - Port of the django tutorial for appengine

2008-04-10 Thread shabda
Oops, gave wrong link. The correct link is http://www.42topics.com/dumps/django/docs.html . That one I wrote yesterday for people who already know Django. On Apr 10, 11:35 pm, shabda <[EMAIL PROTECTED]> wrote: > I have tried to write a Django tutorial for Appengine. This can be > fo

Using Django with appengine - Port of the django tutorial for appengine

2008-04-10 Thread shabda
I have tried to write a Django tutorial for Appengine. This can be found here http://www.42topics.com/dumps/appengine/doc.html. This is a port of the django tutorial from http://www.djangoproject.com/documentation/tutorial01/ to use Appengine. A live install of this can be seen at http

Anybody successfully deployed their Django app to Appengine?

2008-04-09 Thread shabda
Anybody successfully deployed their Django app to Appengine, and willing to share their code? I have a fair bit of code working on the dev_webserver, but it fails on deploying. Until the logging bug is resolved I think I am stuck behind seeing 500 server errors. I am sure I am missing something

Appengine, a few questions about imports

2008-04-09 Thread shabda
rt%22+site%3Acode.djangoproject.com&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGGL_enIN217IN217&aq=t [2] http://code.google.com/appengine/docs/python/purepython.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Using Django with Appengine tutorial

2008-04-08 Thread shabda
Hi, I have written about how to build a Simple Django blog with appengine. You can find the tutorial here, http://www.42topics.com/dumps/appengine/doc.html. This documents what I learnt playing with appengine yesterday, and is very much a work in progress. This doc is released under

Re: Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread brox
On Apr 8, 10:58 am, shabda <[EMAIL PROTECTED]> wrote: > I am trying to followhttp://code.google.com/appengine/articles/django.html > > Which has a line > # Log errors. > django.dispatch.dispatcher.connect( >log_exception, django.core.signals.got_request_exception)

Re: Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread Kent Johnson
shabda wrote: > I am trying to follow http://code.google.com/appengine/articles/django.html > > Which has a line > # Log errors. > django.dispatch.dispatcher.connect( >log_exception, django.core.signals.got_request_exception) > > but log_exception is not defined

Re: Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread James Bennett
On Tue, Apr 8, 2008 at 4:18 AM, Mat <[EMAIL PROTECTED]> wrote: > From what I've read django seems limited on appengine, no models, I'm > assuming this is because the ORM still needs porting, is anyone going to > look at this, or is the plan to just go with google model

RE: Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread Mat
I wish.currently in the long line waiting for an invite >From what I've read django seems limited on appengine, no models, I'm assuming this is because the ORM still needs porting, is anyone going to look at this, or is the plan to just go with google models? Any thou

Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread shabda
I am trying to follow http://code.google.com/appengine/articles/django.html Which has a line # Log errors. django.dispatch.dispatcher.connect( log_exception, django.core.signals.got_request_exception) but log_exception is not defined/imported, so it gives a NameError. I guess they left the