Browse Source

update pip requirements

256-proposer-une-image-docker-de-prod
chapeau 2 years ago
parent
commit
7bf67f9fe1
  1. 5
      docker/docker-entrypoint.sh
  2. 2
      pip_dev_requirements.txt
  3. 3
      pip_requirements.txt

5
docker/docker-entrypoint.sh

@ -28,8 +28,13 @@ if [ "$AUTOMIGRATE" != "skip" ]; then
>>>>>>> a62566ef (premier essai)
fi
<<<<<<< HEAD
poetry run python manage.py collectstatic
poetry run python manage.py compilemessages
=======
poetry run python3 manage.py collectstatic
poetry run python3 manage.py compilemessages
>>>>>>> a58d4dca (update pip requirements)
cat <<EOF | poetry run python manage.py shell
from django.contrib.auth import get_user_model

2
pip_dev_requirements.txt

@ -1,2 +0,0 @@
-r pip_requirements.txt
volatildap

3
pip_requirements.txt

@ -1,3 +0,0 @@
django-bootstrap3==11.1.0
django-macaddress==1.6.0
django-autocomplete-light==3.8.1
Loading…
Cancel
Save