Browse Source

removed seed file from entry

master
Mohsen Taba 4 months ago
parent
commit
dbfeee5df4
  1. 2
      entrypoint.sh

2
entrypoint.sh

@ -6,7 +6,7 @@ python manage.py migrate
python manage.py collectstatic --noinput
# 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 hadisreferences
# python manage.py seed_complete_hadis_data

Loading…
Cancel
Save