Re: Command Line Admin

2008-06-30 Thread Jeff Anderson
Eduardo O. Padoan wrote: python manage.py shell Yes, this works, but I'm thinking more of a curses-based app that can use the admin app's definitions and validations. I'm really looking at a niche where the admin website is 'too much' and the 'manage.py shell' is not enough. signature.

Re: Command Line Admin

2008-06-30 Thread Eduardo O. Padoan
On Mon, Jun 30, 2008 at 2:31 PM, Jeff Anderson <[EMAIL PROTECTED]> wrote: > I thought of something that might prove useful. > > Anyone that has installed trac has used trac's command line admin interface. > > Something similar for django might be desirable in som

Command Line Admin

2008-06-30 Thread Jeff Anderson
I thought of something that might prove useful. Anyone that has installed trac has used trac's command line admin interface. Something similar for django might be desirable in some situations. What I'm thinking is more or less a drop-in replacement for the django.contrib.admin app.