Reenable creating migrations from scratch in Bookwyrm package build
This commit is contained in:
parent
c0bef7fde0
commit
ff8629b08c
1 changed files with 3 additions and 3 deletions
|
@ -118,10 +118,10 @@ mkDerivation {
|
|||
export EMAIL_HOST_PASSWORD=""
|
||||
export SECRET_KEY=""
|
||||
|
||||
# rm -r bookwyrm/migrations/*
|
||||
# touch bookwyrm/migrations/__init__.py
|
||||
rm -r bookwyrm/migrations/*
|
||||
touch bookwyrm/migrations/__init__.py
|
||||
|
||||
# ${python311}/bin/python manage.py makemigrations
|
||||
${python311}/bin/python manage.py makemigrations
|
||||
|
||||
${python311}/bin/python manage.py compile_themes
|
||||
${python311}/bin/python manage.py collectstatic --no-input
|
||||
|
|
Loading…
Add table
Reference in a new issue