Practical Django Projects Book Chapter 4

Previous… Chapter 3

Error Description 1:

When you complete the tasks mentioned in the page 47 and 48. When you try to run the command

If you get this error

 

Solution:

Follow these steps:

If  you are using windows 7 operating system. Then open the Python IDLE and do the following

If you are confused, here is the screenshot.

 

Practical Django Projects No module named Coltrane
Now run python manage.py syncdb again.

If you still get this error, then the possible solution is:

Solution:

You folder structure should be like this:

 

Folder Structure of coltrane

 

You have to create the coltrane folder inside the cms folder. Open you cms folder, you will notice another cms folder, you have to create the coltrane folder beside that folder like this:

One Comment

  1. Practical Django Projects Book Errors for Django 1.4 « Edit Distance
    Jun 12, 2012 @ 11:46:28

    [...] Countine… Part 2: Chapter 4 [...]

    Reply