Hi!
I have a little noob (and perhaps trivial) question. Where I should put my Django classes (not from Model)?
I mean, my model classes are defined in myapp/models.py but I want, for example, use the syndication feed framework to write a simple feed. The doc says that I need to write a Feed class but... where I should put the code? which path and file? I want to kept the default Django directory structure.
Thanks!