My error is something like ImportError: no module named oztrend.
I know that apps in the list of installed_apps can be searched in python/lib/site-packages or the app directory. however, i cannot figure out the search order. now, python/lib/site-packages are searched in the first place and the error above appears.
the second question is the location of manage.py. it seems that the loc of manage.py is related to the app directory.Can someone give me some instructions or some related articles?
thanks in advance.