fix(cas-eleves): Fix migration commands order

This commit is contained in:
sinavir 2025-01-05 00:13:25 +01:00
parent e574d2ab72
commit 5cd85d38b1
No known key found for this signature in database

View file

@ -99,8 +99,8 @@ in
path = [ pythonEnv ];
script = ''
python3 manage.py loaddata patterns
python3 manage.py migrate
python3 manage.py loaddata patterns
gunicorn app.wsgi --pythonpath ${sources.cas-eleves} -b 127.0.0.1:${builtins.toString port} --workers=2 --threads=4
'';
};