Re: Typical Django Error

2019-06-18 Thread bharat pamnani
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 Khatu

Typical Django Error

2019-06-18 Thread Soumen Khatua
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:], p