Console Routes With Django ??

37 views
Skip to first unread message

Prabath Peiris

unread,
Aug 11, 2015, 3:29:55 PM8/11/15
to Django users
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 define console routes very easily and execute same controllers as web API requests. What is the best way to accomplish this in Django (specially using REST framework). 



Thanks
Prabath 

Gergely Polonkai

unread,
Aug 11, 2015, 5:22:24 PM8/11/15
to Django users

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

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/192c3d1d-3bb1-4052-9e50-189c265efdeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tom Lockhart

unread,
Aug 11, 2015, 7:23:43 PM8/11/15
to django...@googlegroups.com
affect the equivalent would be Django management commands.

hth

- Tom

Gergely Polonkai

unread,
Aug 12, 2015, 2:13:34 AM8/12/15
to Django users

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.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.

Prabath Peiris

unread,
Aug 12, 2015, 9:45:07 AM8/12/15
to Django users
Looks like there is room for some new development.
Reply all
Reply to author
Forward
0 new messages