Revert creating migrations from scratch in Bookwyrm package
This commit is contained in:
parent
ff8629b08c
commit
a5ec9d22e1
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue