Hi i am having problem importing a module
in my settings.py located in "D:\Django-1.3\django\bin\cms"
I added
INSTALLED_APPS = (
.....
.....
        'coltrane',
)

The folder coltrane is next to the cms folder.
Anyways when i go like as shown in cmd I get

D:\Django-1.3\django\bin\cms>manage.py syncdb
Error: No module named coltrane

Could you tell me how i could get it to recognize coltrane.
The book i am following says

"Because it’s directly on the Python path, just adding coltrane will
work. "
What does that mean ??Will i have to configure some environmental
variable here.. BTW i am using WindowsXP

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to