How do I specify which version of the app I want to use in settings' INSTALLED_APPS

Posted by jul on Stack Overflow See other posts from Stack Overflow or by jul
Published on 2010-04-28T17:52:09Z Indexed on 2010/04/28 17:57 UTC
Read the original article Hit count: 194

Filed under:
|

hi,

I've got a version of a module (South 0.6) installed system-wise and a newer version installed in my home. When I add 'south' to my INSTALLED_APPS, it uses the system-wise version. How can I tell Django to use the version in my home?

Thanks

Jul

© Stack Overflow or respective owner

Related posts about django

Related posts about settings