On Mon, Jun 13, 2011 at 7:05 PM, Jeff Blaine <cjbla...@gmail.com> wrote:

> We've got our Django site complete for now.  It consists entirely of just a
> customized
> default "admin" setup.
>
> We'd like to develop some command-line interfaces to the data.
>
> Is there a good/best approach to doing this?  Can I (recommended?) use
> templates
> for formatting text to the terminal?
>
> Any tips, links, etc, would be appreciated.
>
> PS: I'm aware of (but not interested in) the ability to extend manage.py
> with more
> commands.
>

Why not? To want a decent CLI integrated with your app, but without using
management commands, is a pretty dumb idea.


>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/0PDkFKZmpfgJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to