As Anthony pointed out rightly, if you need that module for a specific
app, then put it in modules folder.
If that module is required to be imported in other apps as well, then
put it in site-packages folder.

HTH

-- Vineet

On Dec 11, 9:29 am, Constantine Vasil <thst...@gmail.com> wrote:
>  I just put my classes in site-packages/models.py
>
> and the 'from models import *'  made the classes available globally.
>
> So if I put them in /modules/models.py it would be the same?

Reply via email to