Also, check what your sys.path is. It could be that you actually need to do:
INSTALLED_APPS = (
'core.app1',
)
Or
('app1',)
Sometimes the path can get screwed up depending on the loading mechanism
used.
Cal
On 26 Jun 2011 14:11, "bruno desthuilliers" <[email protected]>
wrote:
--
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.