[google-appengine] Re: django + GAE + app-engine-patch + i18n (+ Mac)

2009-01-23 Thread boson
Well as I said I installed the getttext package from Fink (archive of Mac GNU packages, etc.). It didn't come with xgettext, and there's no xgettext on my system other than "xgettext.pl" in the Apple developer folders. When I symlinked that as "xgettext", I got a bunch of errors running makemess

[google-appengine] Re: django + GAE + app-engine-patch + i18n (+ Mac)

2009-01-23 Thread tcs 241
Hello, I had the same error on WinXP. That is because 'GNU Gettext' is not installed or not added in systems Path. I am Guessing it will be similar case on Apple. Before using Django, try to run xgettext under Shell. Chef Free U.S. Immigration Guide http://visachoice.appspot.com On Jan 22, 3:

[google-appengine] Re: Django + GAE

2008-11-19 Thread @@
here http://groups.google.com/group/google-appengine/browse_thread/thread/d28216f1d350abba/ 2008/11/20 riklaunim <[EMAIL PROTECTED]> > > Is this patch available somewhere? > > @@ napisał(a): > > hi i have django admin works on app engine helper with some modifications > > (both django admin and a

[google-appengine] Re: Django + GAE

2008-11-19 Thread riklaunim
Is this patch available somewhere? @@ napisał(a): > hi i have django admin works on app engine helper with some modifications > (both django admin and app engine helper) . > > demo: > http://djangoadmin.appspot.com/admin/ > > On Thu, Oct 30, 2008 at 2:42 AM

[google-appengine] Re: Django + GAE

2008-10-30 Thread Matt McDonald
On Oct 30, 5:02 am, "@@" <[EMAIL PROTECTED]> wrote: > hi i have django admin works on app engine helper with some modifications > (both django admin and app engine helper) . > > demo:http://djangoadmin.appspot.com/admin/ Awesome! Care to share the diff/patc

[google-appengine] Re: Django + GAE

2008-10-30 Thread @@
hi i have django admin works on app engine helper with some modifications (both django admin and app engine helper) . demo: http://djangoadmin.appspot.com/admin/ On Thu, Oct 30, 2008 at 2:42 AM, Arash <[EMAIL PROTECTED]> wrote: > > Unfortunately you will n

[google-appengine] Re: Django + GAE

2008-10-29 Thread johnP
A week ago, I asked a similar question: http://groups.google.com/group/google-appengine/browse_thread/thread/6d04d8b69e89d361# Based on the feedback, I tried the Patch. I am now finishing porting a bunch of code. I am super-impressed with it. We'll see, in the long term. But so far, it has ex

[google-appengine] Re: Django + GAE

2008-10-29 Thread ctran
I strongly recommend going with Django 1.0 since it's much easier to find the correct help/documentation. Otherwise you may run into strange things with 0.96. The easiest way to use Django 1.0 with AppEngine is appengine patch. I got the whole thing working under 5 minutes (using the sample pro

[google-appengine] Re: Django + GAE

2008-10-29 Thread yejun
All of them are monkey patchs, which means it may break when you do an upgrade. For simple project I think the buildin webapp frameworks should works as well. On Oct 29, 12:24 pm, Daniel Larkin <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to use Django on GAE for a small project. Ideally I'd

[google-appengine] Re: Django + GAE

2008-10-29 Thread Daniel Larkin
Yes I understand that, though that doesn't overly bother me. From the opinion of others I think maybe its worth trying out the gae patch. On Oct 29, 6:42 pm, Arash <[EMAIL PROTECTED]> wrote: > Unfortunately you will not get Django's scaffolded admin interface in > none of them > > On Oct 29, 1:52

[google-appengine] Re: Django + GAE

2008-10-29 Thread Arash
Unfortunately you will not get Django's scaffolded admin interface in none of them On Oct 29, 1:52 pm, Adam Fisk <[EMAIL PROTECTED]> wrote: > I highly recommend app engine patch.  It's a much more active project > than app engine helper, and it works really well. > > -Adam > > On Oct 29, 10:04 am

[google-appengine] Re: Django + GAE

2008-10-29 Thread Adam Fisk
I highly recommend app engine patch. It's a much more active project than app engine helper, and it works really well. -Adam On Oct 29, 10:04 am, "Dan Sanderson" <[EMAIL PROTECTED]> wrote: > I'd recommend Django 1.0 along with the Helper or something similar.  You > could use Django without the

[google-appengine] Re: Django + GAE

2008-10-29 Thread Dan Sanderson
I'd recommend Django 1.0 along with the Helper or something similar. You could use Django without the Helper if you accommodate some of the import technicalities, the Helper just makes it easier. This article discusses using Django without the Helper (though I'm not sure if the article works out