On 10/2/07, staff-gmail <[EMAIL PROTECTED]> wrote:
> I have a class full of algorithms - where is the best place to put this
> in Django so that I can then just "import libxxx" in any model class.

If they're logically part of the application, put them in the
application. Nothing in Django prohibits you adding extra files beyond
the standard set and, in fact, it's quite common to do that. Or if
they're not application-specific, just put them somewhere on your
Python path.


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