add tournament request to server(not complete)

This commit is contained in:
2024-10-05 02:40:15 +02:00
parent 0200a360e9
commit 4e3ba36416
16 changed files with 238 additions and 45 deletions

View File

@ -12,7 +12,7 @@ RUN apt install -y python3.12 postgresql-client
RUN curl https://bootstrap.pypa.io/get-pip.py -o /root/get-pip.py
RUN python3.12 /root/get-pip.py
RUN pip3 install requests django psycopg "channels[daphne]"
RUN pip3 install requests django psycopg "channels[daphne]" multimethod
ARG DB_HOST
ARG DB_NAME