File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# If you need to install new packages in the Docker container, you can try:
1616# 1. docker ps // this gets a list of current processes/containers running
1717# 2. docker exec -it -u root <container_id> /bin/bash
18- # 3. Then here, you can install a new package like: > pip3 install django==5.2.14
18+ # 3. Then here, you can install a new package like: > pip3 install django==5.2.15
1919# or you could even run: > pip3 install -r requirements.txt
2020#
2121# You can also try to see which version of libraries are installed by running:
4040# -----------------------------------------------------------------------------
4141# Django 5.2 is an LTS release with support until April 2028
4242# See: https://www.djangoproject.com/download/
43- django == 5.2.14
43+ django == 5.2.15
4444
4545# -----------------------------------------------------------------------------
4646# Database
You can’t perform that action at this time.
0 commit comments