Revert creating migrations from scratch in Bookwyrm package

This commit is contained in:
Reinout Meliesie 2025-03-11 17:01:44 +01:00
parent ff8629b08c
commit a5ec9d22e1
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -118,11 +118,6 @@ mkDerivation {
export EMAIL_HOST_PASSWORD=""
export SECRET_KEY=""
rm -r bookwyrm/migrations/*
touch bookwyrm/migrations/__init__.py
${python311}/bin/python manage.py makemigrations
${python311}/bin/python manage.py compile_themes
${python311}/bin/python manage.py collectstatic --no-input