We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7561cc5 commit fd02d45Copy full SHA for fd02d45
.contrib/docker/Dockerfile.web
@@ -23,7 +23,7 @@ RUN pip install --upgrade pip
23
RUN pip --version
24
COPY requirements/*.txt ./requirements/
25
# left for github actions reference:
26
-ARG DJANGO_VERSION='==3.2.23'
+ARG DJANGO_VERSION='==5.2'
27
RUN pip install --no-cache-dir -r requirements/dev.txt
28
# CMD ["bash", "-c", "python manage.py collectstatic --no-input && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"]
29
# to allow VScode run and debug django app:
0 commit comments