On Fri, Apr 11, 2008 at 5:20 AM, sebey <[EMAIL PROTECTED]> wrote:
>  i am on a mac and I am running a podcasting network so I will proabley
>  be storing all my files in XML/RSS

I think you're suffering from very severe conceptual confusion.

Take a podcast and think about it logically:

Each podcast has a name.
Each podcast has one or more "authors".
Each podcast has one or more "episodes".

Each "episode" has a publication date and an audio file, and maybe
some other metadata.

The logical way to build this, then, is to set up database tables
which store this information, and then query it to dynamically
generate an up-to-date feed, and that (modeling data for storage in a
database, inserting it through a web-based interface, querying it back
out again and rendering it into the output format of your choice
through a templating system) is what Django is good at.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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