You might want to try the django-users mailing list ( https://groups.google.com/forum/#!forum/django-users). This list is for developers working on writing Django itself.
-A On Mon, Feb 23, 2015 at 8:41 PM, Midhun Sudhakar <[email protected]> wrote: > error importing model from one app to another app in django shows : > i have two models called app and data . > > > > > > from django import forms > import re > from django.core.exceptions import ObjectDoesNotExist > from django.forms import ModelForm > from data.models import * #error comes here > > > class SignupForm(ModelForm): > class Meta: > model=User > > > > <https://lh5.googleusercontent.com/-TFlpWA-5ZGA/VOwApYIbPLI/AAAAAAAAACU/4Oy76BNfGaM/s1600/Screenshot%2Bfrom%2B2015-02-24%2B10%3A07%3A54.png> > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/b5dd6ee5-b447-4b6a-a1ae-69e932985b3d%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/b5dd6ee5-b447-4b6a-a1ae-69e932985b3d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAEE%2BrGrJqy6z1ZVCN%2Bs8eagfXpgnwuGqBN_r1Nmho-%3DCERGvvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
