Its basically a file importing error from model thats why your view is showing error and saying No module name views check your importing file and make sure that file which you are importing is using in your program. I am sure it will fix the problem.
On Tue, Jun 18, 2019 at 3:46 PM Soumen Khatua <[email protected]> wrote: > Hi Folks, > > After I turnded debug into False and Alowed host=['providedip','*']. It's > showing like this: > mod = import_module(mod_name) > File > "C:\Users\sou\AppData\Local\Programs\Python\Python36\lib\importlib\__ > __.py", line 126, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 994, in _gcd_import > File "<frozen importlib._bootstrap>", line 971, in _find_and_load > File "<frozen importlib._bootstrap>", line 953, in > _find_and_load_unlocked > ModuleNotFoundError: No module named 'views' > > Please help me guys it's urgent. > > Thank You > > > regards, > Soumen > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAPUw6WbAroJcmBD57Vs-Bpw7Q_fRu9FmpAArehC-pkn%2BxJFDrw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAPUw6WbAroJcmBD57Vs-Bpw7Q_fRu9FmpAArehC-pkn%2BxJFDrw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP-0Xy2ACT3B_SjpcvGmOft2G3q5_-9D%2Be7gmX02Jyru4kFquA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

