[RFC] Askani

2010-11-20 Thread Alvaro Mouriño
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 options definition it's repetitive. Writing meta options leads to inconsistent use due to the variety available. "Inspired" by the repetitiveness of coding djang

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: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/20 rafael.nu...@gmail.com : > Didn't you consider a command-line tool to do that, like Rails scaffold? > Would be nice. Hi Rafael. Sorry but I never used Rails, I thought scaffolds were something different. Could you please explain your idea a little? Anyway, I think a graphical interfac

Re: [RFC] Askani

2010-11-20 Thread Huy Ton That
>From a visualizing data standpoint, I think it is very good. Model help on the web opens three tabs though. For what it is intended for, I think it is superior to a CLI. On Nov 20, 2010 8:33 PM, "Alvaro Mouriño" wrote: 2010/11/20 rafael.nu...@gmail.com : > Didn't you consider a command-line to

Re: [RFC] Askani

2010-11-20 Thread RadicalEd
Is awesome, I will start an app tomorrow and I'll use it to make me the life easier, I'm thinking in combox with the different types of data (CharField, DateField, etc) On Sat, Nov 20, 2010 at 8:33 PM, Alvaro Mouriño wrote: > 2010/11/20 rafael.nu...@gmail.com : > > Didn't you consider a command-

Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/20 RadicalEd : > Is awesome, I will start an app tomorrow and I'll use it to make me the life > easier, I'm thinking in combox with the different types of data (CharField, > DateField, etc) When you create a field you can edit it by double-clicking it. In the edition dialog the system auto

Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/20 Huy Ton That : > From a visualizing data standpoint, I think it is very good. Model help on > the web opens three tabs though. For what it is intended for, I think it is > superior to a CLI. Hi. I couldn't reproduce the bugs you mention. Which link are you clicking on? There are two lin

Re: [RFC] Askani

2010-11-20 Thread RadicalEd
I didn't see it, thanks is an easy way. On Sat, Nov 20, 2010 at 9:11 PM, Alvaro Mouriño wrote: > 2010/11/20 Huy Ton That : > > From a visualizing data standpoint, I think it is very good. Model help > on > > the web opens three tabs though. For what it is intended for, I think it > is > > superi

Re: [RFC] Askani

2010-11-20 Thread Huy Ton That
Behaves the same way with Opera 10 and chrome. click new model typed in 'testmodel' in testmodel added 'testfield'. doubleclicked on charfield testfield clicked on model fields docs link opens 9 tabs in background, hm, in chrome it was just 2... On Sat, Nov 20, 2010 at 9:11 PM, Alvaro Mouriño wr

Re: [RFC] Askani

2010-11-20 Thread Alvaro Mouriño
2010/11/21 Huy Ton That : > Behaves the same way with Opera 10 and chrome. > click new model > typed in 'testmodel' > in testmodel added 'testfield'. doubleclicked on charfield testfield > clicked on model fields docs link > opens 9 tabs in background, hm, in chrome it was just 2... I could reprod