Skip to content Skip to sidebar Skip to footer

Django - Conflicting Models In Application, Same Path But Different Case

Django 1.8. I'm getting this error: Traceback (most recent call last): [35mrentapp | [0m File '/home/rentapplication/django-rentapplication/manage.py', line 10, in

Solution 1:

I dont know why i was seeing this strange error message and stack trace. But the problem was with circular import inside models.py and tasks.py.


Post a Comment for "Django - Conflicting Models In Application, Same Path But Different Case"