simonb.com: blog > articles from Friday, 4 January 2008

skip to content
You are here: 

On Friday, 4 January 2008 we wrote…

Friday, 4 January 2008

Django AttributeError: ‘module’ object has no attribute

If you get the error “AttributeError: ‘module’ object has no attribute ‘xyz’” in Django. It probably means you’ve added a new app but forgot to put the __init__.py file in the app’s directory.

read more

Tags: