Traceback (most recent call last):
File "manage.py", line 11, in ?
execute_manager(settings)
File
"/usr/local/lib/python2.4/site-packages/django/core/management.py",
line 1447, in execute_manager
execute_from_command_line(action_mapping, argv)
File
"/usr/local/lib/python2.4/site-packages/django/core/management.py",
line 1348, in execute_from_command_line
translation.activate('en-us')
File
"/usr/local/lib/python2.4/site-packages/django/utils/translation/trans_real.py",
line 195, in activate
_active[currentThread()] = translation(language)
File
"/usr/local/lib/python2.4/site-packages/django/utils/translation/trans_real.py",
line 184, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File
"/usr/local/lib/python2.4/site-packages/django/utils/translation/trans_real.py",
line 167, in _fetch
app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]),
appname[p+1:])
AttributeError: 'module' object has no attribute 'blog'
I have never seen anything like this while programming in django.
I have a project named alexsite and app named blog
Too find if this is blog do I need to give someone more information. I
tried to load a webpage and thta didnt work so I tried to load a shell
and the above is what I got.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---