Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
django app fails to boot for two reasons Issue 1: ------- ModuleNotFoundError: No module named 'alloc' Fix: app name needs to be the path https://stackoverflow.com/a/67057826/5506988 Same as issue cosmicpython#38 but issue 2 started when trying to fix issue cosmicpython#38 Issue 2: ------- psycopg2.errors.UndefinedColumn: column c.relispartition does not exist django version is not fixed and in django 4 something broke https://stackoverflow.com/questions/69477858/django-error-column-does-not-exist-but-i-have-no-control-over-that-table#comment122830337_69477858 Fix: Hardcode django version in requirements.txt
- Loading branch information