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.
For more options, visit https://groups.google.com/d/optout.