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 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
|
||||||
|
|
|
||||||
|
|
@ -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 :
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue