On 9/9/06, keukaman <[EMAIL PROTECTED]> wrote:
> I hope to get a bit of clarification on syndication. Does it need its
> own app by running 'django-admin.py startapp feeds' or something
> similar?

No. You do need to have 'django.contrib.syndication' in your
INSTALLED_APPS setting, but provided that you do you can define your
feed classes anywhere (I usually put them inside the app they go with,
in a file named 'feeds.py', but go with whatever works best for you).

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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