djangobook.com icon indicating copy to clipboard operation
djangobook.com copied to clipboard

Possible Import error corrected in code

Open hiwarkarvinay opened this issue 11 years ago • 1 comments

At line 243 which reads as : from mysite.books.models import Publisher, Author, Book

Django 1.4.3 gives an import error. But when written as : from books.models import Publisher, Author, Book Works successfully.

hiwarkarvinay avatar Jan 02 '14 01:01 hiwarkarvinay

i have updated in my repo

suhailvs avatar Jun 16 '14 02:06 suhailvs