validation par email via djoser
Methode maison pour demander le mot de passe ensuite ! downgrade psycog
This commit is contained in:
parent
83cbd98e62
commit
7be59b8755
|
|
@ -13,7 +13,6 @@ RUN pip install django-jet
|
|||
RUN pip install gunicorn
|
||||
RUN pip install django-admin-rangefilter
|
||||
RUN pip install sentry-sdk
|
||||
RUN pip install psycopg2-binary
|
||||
RUN pip install python-dateutil
|
||||
RUN pip install Werkzeug
|
||||
RUN pip install django-solo
|
||||
|
|
@ -36,6 +35,7 @@ RUN pip install django-extensions
|
|||
|
||||
|
||||
## POSTGRES CLIENT
|
||||
RUN pip install psycopg2-binary==2.8.6
|
||||
RUN mkdir -p /usr/share/man/man1
|
||||
RUN mkdir -p /usr/share/man/man7
|
||||
RUN apt-get install -y --no-install-recommends postgresql-client
|
||||
|
|
|
|||
Loading…
Reference in New Issue