Thanks.
But I tried it, it causes "unresolved import".
I suppose to I failed to explain my application.
MyProject----Master---models.py
| ----Appli-----models.py
----settings.py
----manage.py
settings.py
//------------------
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions'
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.admin',
'django_evolution',
'Master',
'Appli',
)
------------------//
2010/7/8 raj <[email protected]>:
>
>
> try importing from myproject.master.models, not master.models.
>
>
>
> Rajeesh.
>
> --
> 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.
>
>
--
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.