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
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