Re: Console Routes With Django ??

2015-08-12 Thread Prabath Peiris
Looks like there is room for some new development. On Tuesday, August 11, 2015 at 3:29:55 PM UTC-4, Prabath Peiris wrote: > > Hi > > I am new to (kind of) Django framework and just finish the > Django-REST-framework tutorials and it looks really cool. I am a big fan of > ZendFramework2.0 (with

Re: Console Routes With Django ??

2015-08-11 Thread Gergely Polonkai
Not really. Management commands available in Django can't modify database content as console routes does. Think about them as having a CRUD view set that you can only call via a management command. On 12 Aug 2015 01:23, "Tom Lockhart" wrote: > > On Aug 11, 2015, at 12:29, Prabath Peiris > wrote:

Re: Console Routes With Django ??

2015-08-11 Thread Tom Lockhart
> On Aug 11, 2015, at 12:29, Prabath Peiris wrote: > > Hi > > I am new to (kind of) Django framework and just finish the > Django-REST-framework tutorials and it looks really cool. I am a big fan of > ZendFramework2.0 (with Apigility) and trying to make parallels between these > two framewo

Re: Console Routes With Django ??

2015-08-11 Thread Gergely Polonkai
Hello, as far as I know, Django doesn't have thin functionality built in. I would be interested in such an app, though… Best, Gergely On 11 Aug 2015 21:30, "Prabath Peiris" wrote: > Hi > > I am new to (kind of) Django framework and just finish the > Django-REST-framework tutorials and it looks

Console Routes With Django ??

2015-08-11 Thread Prabath Peiris
Hi I am new to (kind of) Django framework and just finish the Django-REST-framework tutorials and it looks really cool. I am a big fan of ZendFramework2.0 (with Apigility) and trying to make parallels between these two frameworks. My primary question is about console routes. In ZF2 you can de