How to Add Locations to Python Path for Reusable Django Apps
Posted on April 10th, 2009 by Greg Allard in Django, Programming | Comments
In my
previous post I talk about reusable apps, but I don’t really explain it that much. If you have an app that might be useful in another project, it’s best to not refer to the project name in the application so you don’t have to search and remove it when adding to another project. [...]