No Module Named Blog
I'm a newbie in django.Now I'm following a book named Python Web Development with Django and creating a light blog.With the app blog and sqlite3 chosen for testing, an error came u
Solution 1:
Try blog only:
INSTALLED_APPS = (
.......
'blog',
......
)
Post a Comment for "No Module Named Blog"