8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-24 12:23:11 +00:00

update pip requirements

This commit is contained in:
chapeau 2024-03-03 11:25:12 +01:00
parent 8c797929c1
commit 7bf67f9fe1
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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