Jeff Anderson wrote on 01/21/08 09:30:
> Derek Anderson wrote:
>> hey all,
>>
>> i'm prob. not the first to do this, but i don't know of anyone else 
>> who has so i thought i'd mention it.
>>
>> i've used django's database and ORM layers as the backend to a new 
>> pygtk app.  (all over a sqlite db)  it has worked wonders and allowed 
>> me to focus my time on the UI, not writing reams of file parsing 
>> code.  i recommend anyone else starting a new app to consider it.
>>
>> the app itself is prob. of limited audience.  (it's an itunes-like 
>> management app for research papers)  if you're working on a phd you 
>> might want to give it a whirl, but otherwise i expect your reaction to 
>> be like "yeah, neat, but, wtf?"  :)
>>
>> anyway, link: http://gpapers.org/
>>
>> ttyl,
>> derek
>>
>>
>>   
> I actually started a thread along the same line a few weeks ago. We use 
> django at work for our print script that handles the accounting and 
> balance tracking. It works well.
> 
> Jeff Anderson
> 

Hi Jeff

Seem to have missed your other post so I'll just chime in here.

I've also written a print server backend/filter for CUPS based on 
tea4cups [1] that does accounting and IP based access control.

We're also using django for all sort of system administration tasks at 
the university where I work. e.g for managing the CUPS/Samba servers 
from the django admin, maintaining install profiles for unattended 
Gentoo linux installations and such.

django makes it dead simple to create both web interfaces as well as 
command line tools.

So much nicer then the perlisch tools we used to have. loving it :)

Cheers
Steven

[1] http://www.pykota.com/software/tea4cups


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to