certsocietegenerale/FIR

'Settings' object has no attribute 'INCIDENT_ID_PREFIX'

Closed this issue · 4 comments

I'm trying to set up the development environment for testing purposes and when trying to execute command "./manage.py migrate" the following error occurs:
error-fir

The host is Ubuntu server 22.04.3 LTS jammy version. Python version is 3.10.12.

Code on fir/config/production.py.sample is exactly the same as the one in this commit c5835db

Hi, could you try to copy your fir/config/production.py.sample as fir/config/dev.py ?

Hi, could you try to copy your fir/config/production.py.sample as fir/config/dev.py ?

Hi! Just tested it and it did not work. Same error.

cp fir/config/production.py.sample fir/config/dev.py
python3 manage.py makemigrations

System check identified some issues: ...
... No changes detected

Retest was successful -> Advised solution works

Closing since issue resolved