"AttributeError: 'module' object has no attribute 'blah'"

  • The obvious cause of this is that the settings.py doesn’t have the directory containing blah listed in INSTALLED_APPS.
    • A less obvious cause: you’ll also get this error if the directory doesn’t contain a file init.py.