|
|
|
@ -5,6 +5,9 @@ python manage.py migrate |
|
|
|
# python manage.py seed_images |
|
|
|
python manage.py collectstatic --noinput |
|
|
|
|
|
|
|
pip uninstall jwt |
|
|
|
pip uninstall PyJWT |
|
|
|
pip install PyJWT |
|
|
|
# Seed Russian data (only runs once, skips if data exists) |
|
|
|
# python manage.py seed_corrections |
|
|
|
# python manage.py seed_russian_data |
|
|
|
|