Re: django model imorting

2015-02-23 Thread Aaron C. de Bruyn
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 wrote: > error importing model from one app to another app in django

django model imorting

2015-02-23 Thread Midhun Sudhakar
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 Sign