-
Website
http://bart.whahay.net -
Original page
http://bart.whahay.net/2008/12/07/creating-my-django-server/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
individual health insurance,
1 comment · 1 points
-
bmcvn
1 comment · 1 points
-
Bartek
19 comments · 3 points
-
spaetzel
3 comments · 1 points
-
SmileyChris
2 comments · 2 points
-
-
Popular Threads
PythonPath “['/usr/lib/python2.5/site-packages/django', '/path/to/my/app'] + sys.path”
then everything worked more or less without a hitch.
As for the PythonPath, you do not need to include the path to django like I
did if your app is in a different location. I shall revise that part to make
it clearer but if your app is in /home/my/app then all you need to have is:
PythonPath "['/home/my/app'] + sys.path"
Hope that makes sense