Open mauricev opened 2 years ago
With postgresql 14.1 and python 3.9 running python setup.py sets up the database correctly but then immediately fails with ModuleNotFoundError: No module named 'alyx.settings'
For some reason, the cause is that the settings file is misnamed settings_ci.
With postgresql 14.1 and python 3.9 running python setup.py sets up the database correctly but then immediately fails with ModuleNotFoundError: No module named 'alyx.settings'