Re: Django development with iPad as target platform?

2011-05-27 Thread rafael.nu...@gmail.com
In development now, and using Sencha Touch(ExtJS) http://www.sencha.com/products/touch/. --Rafael On Fri, May 27, 2011 at 11:21 AM, Thomas Weholt wrote: > I just got my hands on an iPad and was wondering if anybody has done > any django development where the iPad was the target > platform/browse

Re: App engine serving static files?

2011-02-16 Thread rafael.nu...@gmail.com
The 'cold start' could be a problem. But if you pay $9/month to 'AlwaysOn' feature, it's ok. I am using without 'AlwaysOn', with a little 'workaround' and with an agressive cache, it's very good. On Wed, Feb 16, 2011 at 9:32 AM, Brian Bouterse wrote: > I've never used it, but I always wanted to

Re: Project management / bugtracking app?

2010-12-23 Thread rafael.nu...@gmail.com
ClockingIT? Pivotal? On Thu, Dec 23, 2010 at 3:26 AM, Dopster wrote: > Hi any recommendations for a Django project management and bugtracking > application? Also, Git(hub) integration would be a nice-to-have. > > I looked at Redmine but its a Ruby app and I'd rather not venture there. > How abou

Re: [RFC] Askani

2010-11-20 Thread rafael.nu...@gmail.com
Didn't you consider a command-line tool to do that, like Rails scaffold? Would be nice. On Sat, Nov 20, 2010 at 12:28 PM, Alvaro MouriƱo wrote: > Hi. > > I'd like to introduce to you this idea I've been working on for the > last month, a django models generator: http://askani.net/ > > Field op

Re: IDE for Python/django

2010-09-27 Thread rafael.nu...@gmail.com
On Linux(Ubuntu) I am loving Aptana Studio 3. Good performance, and form me that used Eclipse for almost 7 years, it fits perfectly. On Mon, Sep 27, 2010 at 3:40 PM, Masklinn wrote: > On 2010-09-27, at 16:29 , fcaldera wrote: > > On 27 Set, 14:52, Masklinn wrote: > >> On 2010-09-27, at 14:51 ,

Re: DJANGO + Google App Engine, Getting Started Tutorial

2010-08-23 Thread rafael.nu...@gmail.com
http://www.42topics.com/dumps/django/docs.html On Mon, Aug 23, 2010 at 9:53 AM, Subhranath Chunder wrote: > You should try django non-rel project. > > Thanks, > Subhranath Chunder. > > On Aug 23, 2010 3:08 PM, "nobosh" wrote: > > I'm very interested in finding a up-to-date tutorial that shows st