Hey Guys,

I am developing a site for a band in Django, and obviously it wants to
have some music on it. I have a model called Track I want to add a
field which specifies the duration of said track.

How would I do this? Is there a special field for this which I have
missed?

At the moment, I am using TimeField, but surely there must be a better
way, because if I was to enter 00:02:45 then it would show up
(understandably) in the admin as 12:02 am. I have been told that there
is a filter which I can manipulate the output with in my views - but
what about the admin?

Any help would be fantastic!

Many Thanks,
Oli


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

Reply via email to