Hello,
I have a project with a few application folders in it. One of those
applications houses all the views for the website. I've built some
utility classes placed in an entirely different application folder
(utility_app helper module) that assist in processing requests in each
view. Is this the best place for such a utility class -- meaning
housing it in another applicaiton all together and importing it (from
utility_app.helpers import *) in my views?

Maybe there's a more logical place for it.

I realize this question is subjective seems ridiculous but hey...I'm
new and I'm ridiculous.

Just want to see what others do


-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to