Sunday, June 26, 2011

Re: Directory structure issue.

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" <bruno.desthuilliers@gmail.com> wrote:

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

No comments:

Post a Comment