#1 by gonarr
Hi all, I created a new project and get the error below when running "otree devserver".
'intro' is the name of a different app that is in a different folder for another project I was working on yesterday. I don't understand what this means or how to solve it, and greatly appreciate any help.
Traceback (most recent call last):
File "C:\users\gonar\appdata\local\programs\python\python38\lib\site-packages\otree\database.py", line 275, in init_orm
models = get_models_module(app)
File "C:\users\gonar\appdata\local\programs\python\python38\lib\site-packages\otree\common.py", line 75, in get_models_module
return import_module(module_name)
File "C:\users\gonar\appdata\local\programs\python\python38\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'intro'
#2 by gonarr
solved! was mistakenly calling in settings.py