I am getting this error while setting up server.
Traceback (most recent call last):File "manage.py", line 22, in <module>execute_from_command_line(sys.argv)File "C:\Users\Ayush Kumar\Desktop\ONLINE COURSES\python Django\myblog\myvenv\lib\site-packages\django\core\management\__init__.py", line 364, in execute_from_command_lineutility.execute()File "C:\Users\Ayush Kumar\Desktop\ONLINE COURSES\python Django\myblog\myvenv\lib\site-packages\django\core\management\__init__.py", line 338, in executedjango.setup()File "C:\Users\Ayush Kumar\Desktop\ONLINE COURSES\python Django\myblog\myvenv\lib\site-packages\django\__init__.py", line 27, in setupapps.populate(settings.INSTALLED_APPS)File "C:\Users\Ayush Kumar\Desktop\ONLINE COURSES\python Django\myblog\myvenv\lib\site-packages\django\apps\registry.py", line 85, in populateapp_config = AppConfig.create(entry)File "C:\Users\Ayush Kumar\Desktop\ONLINE COURSES\python Django\myblog\myvenv\lib\site-packages\django\apps\config.py", line 94, in createmodule = import_module(entry)File "C:\Users\Ayush Kumar\AppData\Local\Programs\Python\Python37\lib\importlib\__init__.py", line 127, in import_modulereturn _bootstrap._gcd_import(name[level:], package, level)
Read more… (9 words)