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:
parent
8c797929c1
commit
7bf67f9fe1
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
-r pip_requirements.txt
|
||||
volatildap
|
|
@ -1,3 +0,0 @@
|
|||
django-bootstrap3==11.1.0
|
||||
django-macaddress==1.6.0
|
||||
django-autocomplete-light==3.8.1
|
Loading…
Reference in a new issue