Sunday, March 28, 2021

Re: Models not found error

On 28/03/2021 18.57, Ritika Bokde wrote:
> Can somebody help me to resolve this error
>
> ModuleNotFoundError: No module named 'BloodBankDetails'
>

It's hard to tell for sure since you're posting pictures of code instead
of posting the actual code, but it seems like you haven't defined a
class/module called BloodBankDetails.

That could very well be the reason why the Python interpreter kindly
throws a ModuleNotFoundError telling you that it couldn't find a module
called BloodBankDetails.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c6570244-adee-fd9b-61f2-fd35b44d87c8%40stacktrace.dk.

No comments:

Post a Comment