Skip to content

Commit fd02d45

Browse files
committed
upgrade django to 5.2
1 parent 7561cc5 commit fd02d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.contrib/docker/Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN pip install --upgrade pip
2323
RUN pip --version
2424
COPY requirements/*.txt ./requirements/
2525
# left for github actions reference:
26-
ARG DJANGO_VERSION='==3.2.23'
26+
ARG DJANGO_VERSION='==5.2'
2727
RUN pip install --no-cache-dir -r requirements/dev.txt
2828
# CMD ["bash", "-c", "python manage.py collectstatic --no-input && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"]
2929
# to allow VScode run and debug django app:

0 commit comments

Comments
 (0)