Wednesday, September 25, 2019

Re: ModuleNotFoundError: No module named :

You have created a model named as "user" in models.py while you are importing model "User" in views.py. Importing model "user" will fix the issue.


Thanks,
Rahul

On Thu, Sep 26, 2019 at 9:09 AM MEGA NATHAN <cloudnathan1997@gmail.com> wrote:

hi.

populate script error in line 12




Regards
Meganathan G



On Wed, Sep 25, 2019 at 9:57 AM Abu Yusuf <yusuf@binate-solutions.com> wrote:
share your full project here.

On Tue, Sep 24, 2019 at 10:43 PM MEGA NATHAN <cloudnathan1997@gmail.com> wrote:


Hi.
 again i change and run but same problem coming ....



Regards
Meganathan G



On Tue, Sep 24, 2019 at 10:32 AM Abu Yusuf <yusuf@binate-solutions.com> wrote:
Error in admin.py. So same here in admin.py.

Before starting a django project, try to understand the architecture of it and the working flow of it.
Otherwise, you can't go long away.
Best Wishes,

On Tue, Sep 24, 2019 at 10:32 AM Abu Yusuf <yusuf@binate-solutions.com> wrote:
In your views.py:
from .models import users

That's it.

On Tue, Sep 24, 2019 at 10:13 AM Deep Sukhwani <deepsukhwani@gmail.com> wrote:
Are you supposed to be using a virtualenv and you don't have that activated?

Can you run pip freeze | grep -i django and share the output?

--
Regards
Deep L Sukhwani


On Tue, 24 Sep 2019 at 09:40, MEGA NATHAN <cloudnathan1997@gmail.com> wrote:
Hi.


i 'm meganathan from india i was doing django trining ,

And i have one dout .mo module name found models....

ModuleNotFoundError: No module named 'django.models'





Regards
Meganathan,

--
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/f85f29b7-e3d9-4dfa-945f-70f1fb8e90f1%40googlegroups.com.

--
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/CAEMqiPe7rf4syuVUTEZVO%2BOMh7K-cvGX_yLsL0vhchNbTTfATw%40mail.gmail.com.

--
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/CACNsr2-bU6cCHuthEizB4ZB45UcTns3c-wERXqmbo36upa7Ksw%40mail.gmail.com.

--
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/CAEvDBLeWLN4%3DpQSBA8AkoLQF5ByWXvcScZJznL__6kQR20UAfg%40mail.gmail.com.

--
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/CACNsr2-GJBUAZs7hhe6JhTnXQOO7zdrivNygQp%3DR78%2Bdb9UP0w%40mail.gmail.com.

--
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/CAEvDBLcCVNnQHS9Q8AMF%2B17Mn%3DYZLdbwgT9sQaXi%2BfHGK6UCtQ%40mail.gmail.com.

--
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/CAN%2BO0S7DCLmOrw9vLf5FnDwB2%2Bw6zYxXQTBK5D_7kEfqPFvDsA%40mail.gmail.com.

No comments:

Post a Comment