It looks like you mistakenly alter your settings, check your INSTALLED_APPS in settings.py
ModuleNotFoundError: No module named 'rest_frameworkdjango' There should be a comma between rest_framework and django On Wed, Mar 22, 2023, 12:18 PM Chandresh . T <[email protected]> wrote: > Hello all! This is the setting file of the project and I actually > installed requirement.txt already. In that it said "already installed > rest_framework" but while running it shows an error that no module called > rest_framework is installed. > > On Wed, 22 Mar 2023 at 07:20, David Nugent <[email protected]> wrote: > >> Any traceback with this at the end: >> >> _bootstrap._gcd_import(name[level..], package, level) >> >> Is almost always is due to a problem with your settings INSTALLED_APPS, >> particularly if django\apps\registry.py Is further up the trace. >> >> A missing comma between items, perhaps? >> >> It would indeed be nice if Django would output a more sensible error >> message for issues like this 😀 >> Hmm, an idea for a useful PR right there. Seems to be common issue (since >> the very next message I read in this mail list is exactly the same thing). >> >> Regards, >> David >> >> >> "Chandresh . T" <[email protected]> writes >> >> Recently I was running a git clone ( >> https://github.com/divanov11/StudyBud.git) >> >> after doing required steps like migrations, etc. I started to run it by >> (python manage.py runserver) but I got this error. >> >> can anyone help me with this, please? >> >> >> >> -- >> 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/em0481748f-3902-4383-be37-4f591c38c5c5%4090728edb.com >> <https://groups.google.com/d/msgid/django-users/em0481748f-3902-4383-be37-4f591c38c5c5%4090728edb.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%2BPOfqNs%2B9ih8ehTKq%2BoyG%3DZyK70WOWi4XJidGA9OY9rt2gqwQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BPOfqNs%2B9ih8ehTKq%2BoyG%3DZyK70WOWi4XJidGA9OY9rt2gqwQ%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/CAE9AdkY%2B6vKjY2b6Ag5Xr3pbHYWGZh8FT4_7P%2BYM_EiFzbcs-g%40mail.gmail.com.

