Browse Source

fixing the package missunderstand

master
Mohsen Taba 4 months ago
parent
commit
833c194294
  1. 3
      entrypoint.sh
  2. 2
      requirements.txt

3
entrypoint.sh

@ -5,6 +5,9 @@ python manage.py migrate
# python manage.py seed_images # python manage.py seed_images
python manage.py collectstatic --noinput python manage.py collectstatic --noinput
pip uninstall jwt
pip uninstall PyJWT
pip install PyJWT
# 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

2
requirements.txt

@ -124,7 +124,7 @@ geopy==2.3.0
geoip2==4.7.0 geoip2==4.7.0
# firebase-admin==6.2.0 # firebase-admin==6.2.0
google-auth==2.6.0 google-auth==2.6.0
jwt
pyjwt
https://yaghoubi:e07059e0ac6be3b0032ded5f65f03363fbd3811f@git.habibapp.com/NewHorizon/django-limitless-dashboard.git/archive/master.zip https://yaghoubi:e07059e0ac6be3b0032ded5f65f03363fbd3811f@git.habibapp.com/NewHorizon/django-limitless-dashboard.git/archive/master.zip
https://yaghoubi:e07059e0ac6be3b0032ded5f65f03363fbd3811f@git.habibapp.com/NewHorizon/ajax-datatable.git/archive/master.zip https://yaghoubi:e07059e0ac6be3b0032ded5f65f03363fbd3811f@git.habibapp.com/NewHorizon/ajax-datatable.git/archive/master.zip

Loading…
Cancel
Save