Re: Adjusting PYTHONPATH for reusable django apps

2008-12-02 Thread Opel
Thanks for both tips. James I will trial the virtual environment and if I get stuck can use Dan's method. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: Adjusting PYTHONPATH for reusable django apps

2008-12-02 Thread Opel
Thanks for the reply I'll give that a try. Just one question does that mean you make a structure like so ? Project settings.py urls.py etc __init__.py (this is where above code goes) >>>apps >blog >>>__init__.py >>>models.py >>>views.py so that means in your installed_apps you

Adjusting PYTHONPATH for reusable django apps

2008-12-02 Thread Opel
I have been following along to the excellent James Bennet Book, Practical Django Projects and he suggests creating apps in a directory that can be reusable for local development. I am working on OSX (tiger and Leopard on different machines) and I have created a Django director inside my /User/Sit