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 <rajeeshrn...@gmail.com>: > > > 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 django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > 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 django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.