Hi all,

I'm sure this has been discussed elsewhere, but common terms like 
"using" "django" "models" and "scripts" make it hard to find! ;)

I've written a nice multi-user mp3 jukebox for our office, it lets users 
add tracks to their playlist and then interleaves the playlists so that 
everyone gets a fair turn at getting their tracks played. It also 
streams the mp3s to the machine in the office with the nice speakers 
attached :)

I'm currently running the streamer and playlist rotator by doing similar 
to this :

    [EMAIL PROTECTED]:~/dukebox$ python manage.py shell < streamer.py

I'm wondering if there is a less hackish way of interfacing with Django 
outside of the context of a web request?

Cheers,

Mike


--~--~---------~--~----~------------~-------~--~----~
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