Re: Importing standalone apps in a project

2008-11-20 Thread Carl Meyer
On Nov 20, 10:22 am, "Saurabh Agrawal" <[EMAIL PROTECTED]> wrote: > Using the Python IDLE, I am able to issue command "import coltrane" without > problem. (coltrane is the name of standalone app) > > However, I am not able to do so using Django configured shell "python > manage.py shell". It woul

[Novice]Importing standalone apps in a project

2008-11-20 Thread Saurabh Agrawal
Hi, I am following Practial Django Projects book. In Chapter 4, Django Powered Weblog, James talks about standalone apps. The basic premise seems to be to include the app in the python path. I have done that. Using the Python IDLE, I am able to issue command "import coltrane" without problem. (c