Re: Where to put custom classes

2011-04-06 Thread bruno desthuilliers
On 6 avr, 19:13, Mazery Smith wrote: > 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 i

Re: Where to put custom classes

2011-04-06 Thread Cal Leeming [Simplicity Media Ltd]
Personally, I keep all files which do not have a specific place in Django, in a 'libs' folder within the project. On Wed, Apr 6, 2011 at 6:13 PM, Mazery Smith wrote: > Hello, > I have a project with a few application folders in it. One of those > applications houses all the views for the website

Re: Where to put custom classes

2011-04-06 Thread Aaron Madison
that seems like the way i'd do it On Wed, Apr 6, 2011 at 12:13 PM, Mazery Smith wrote: > 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