Browse Source

compile new translations

master
Mohsen Taba 2 weeks ago
parent
commit
b955dee281
  1. 4
      entrypoint.sh

4
entrypoint.sh

@ -1,10 +1,10 @@
#!/bin/sh #!/bin/sh
sleep 20 sleep 20
python manage.py makemigrations hadis
python manage.py makemigrations
python manage.py migrate python manage.py migrate
# python manage.py seed_images # python manage.py seed_images
python manage.py compilemessages
python manage.py collectstatic --noinput python manage.py collectstatic --noinput
# Seed Russian data (only runs once, skips if data exists) # Seed Russian data (only runs once, skips if data exists)
# python manage.py seed_corrections # python manage.py seed_corrections
# python manage.py seed_russian_data # python manage.py seed_russian_data

Loading…
Cancel
Save