Hello there,
Thank you very much for your time and your attention to my question.
Your solution solved the problem !

It works pretty well now. :)

Just one question, initially I had written
*'djangodblog.DBLogMiddleware'*
simply because this was what author has suggested in the book. 

But now thanks to your solution, that is, *
'djangodblog.middleware.DBLogMiddleware'*
it works without any problem.

So, does this mean that *'djangodblog.DBLogMiddleware'* is wrong? and 
therefore
the author made a mistake that I have to report to the Errata web site of 
the book? or 
simply this is a component missing from my Django installation?

Once again, thanks a lot for your help!

Regards,
Dariyoosh



On Monday, December 17, 2012 6:04:01 PM UTC+1, ke1g wrote:
>
>
> I don't have djangodblog handy, but, at a guess try changing settings to 
> use:
>
> *'djangodblog.middleware.DBLogMiddleware'*
>
> instead of:
>
> *'djangodblog.DBLogMiddleware'*
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/o0OD_xvrNhgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to