validation par email via djoser

Methode maison pour demander le mot de passe ensuite !
downgrade psycog
This commit is contained in:
Jonas Legion 2021-07-26 17:25:13 +02:00
parent 83cbd98e62
commit 7be59b8755
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,6 @@ RUN pip install django-jet
RUN pip install gunicorn RUN pip install gunicorn
RUN pip install django-admin-rangefilter RUN pip install django-admin-rangefilter
RUN pip install sentry-sdk RUN pip install sentry-sdk
RUN pip install psycopg2-binary
RUN pip install python-dateutil RUN pip install python-dateutil
RUN pip install Werkzeug RUN pip install Werkzeug
RUN pip install django-solo RUN pip install django-solo
@ -36,6 +35,7 @@ RUN pip install django-extensions
## POSTGRES CLIENT ## POSTGRES CLIENT
RUN pip install psycopg2-binary==2.8.6
RUN mkdir -p /usr/share/man/man1 RUN mkdir -p /usr/share/man/man1
RUN mkdir -p /usr/share/man/man7 RUN mkdir -p /usr/share/man/man7
RUN apt-get install -y --no-install-recommends postgresql-client RUN apt-get install -y --no-install-recommends postgresql-client

View File

@ -1,4 +1,5 @@
# TiBillet-Ticket # TiBillet-Ticket
Vente de billet et gestion évènementielle. Vente de billet et gestion évènementielle.
## Installation pour dev' : ## Installation pour dev' :
@ -32,7 +33,7 @@ Don't forget to change your /etc/host if you are in localhost :)
Enjoy ! Enjoy !
# Credits : # Crédits :
## Développement : ## Développement :