This worked. Thank you very much. On Sat, Apr 29, 2023, 11:09 PM Bhuvnesh Sharma <[email protected]> wrote:
> Try to re create the virtual env and install all the packages again > including taggit. > > On Sun, Apr 30, 2023, 3:36 AM Awobode Emmanuel < > [email protected]> wrote: > >> I re-installed several times and kept getting the same error. >> >> On Sat, Apr 29, 2023, 11:02 PM ALBERT ASHABA AHEEBWA < >> [email protected]> wrote: >> >>> This happened to me once, there was nothing major done to fix it. >>> >>> This is what I did: >>> _Reinstall the package >>> _When you start typing the import, let the editor auto complete on it's >>> own. >>> >>> >>> >>> Best Regards, >>> >>> Albert Ashaba Aheebwa >>> +256 781 435857 >>> >>> On Sun, 30 Apr 2023, 00:47 Awobode Emmanuel, < >>> [email protected]> wrote: >>> >>>> I am to add tag functionality by installing django-taggit. I did so, >>>> added taggit to INSTALLED_APPS and updated my models.py file. But I get an >>>> error of 'No module name "taggit" when I run makemigrations'. When I did >>>> 'pip freeze', taggit is present in the listed packages. Can someone help me >>>> out with this >>>> >>>> -- >>>> 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 [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/CAJD8v6x3c-DVCbhPMvupfb2KBgKebQtfscVc9de94xiG%2BvLu%3Dg%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/django-users/CAJD8v6x3c-DVCbhPMvupfb2KBgKebQtfscVc9de94xiG%2BvLu%3Dg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CAAQecPdNByPBO9XVRvgt-ertxN06Vzh5xscs304zdpVoJLxe8A%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAAQecPdNByPBO9XVRvgt-ertxN06Vzh5xscs304zdpVoJLxe8A%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAJD8v6zzRP1EziSQzKP3di29v_aFySksZtvzXEoLUfzE0V2QgQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAJD8v6zzRP1EziSQzKP3di29v_aFySksZtvzXEoLUfzE0V2QgQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CA%2BZJHEqdjY7EXm5YHncz3S5XobKSvbe0ei6QC7N98Bxx8BWUHg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BZJHEqdjY7EXm5YHncz3S5XobKSvbe0ei6QC7N98Bxx8BWUHg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJD8v6yvtcwOiAt2QLJBTqs%2BFj3F1gXFRoD52ECYAEKqR6evdQ%40mail.gmail.com.

