Sunday, March 28, 2021

Re: Models not found error

Hi,

   In BloodBank\urls.py file, Please check the include. It should contain .urls not .url at the end. So it is not able to find the urls file.

All the best

On Mon, Mar 29, 2021 at 2:06 AM Kasper Laudrup <laudrup@stacktrace.dk> wrote:
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.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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/CAK5m314ntOD_EB6rhga4BUDU8G%3Dc3c8%3D8NRZ6Emv3v%3DRBcPd%3Dw%40mail.gmail.com.

No comments:

Post a Comment