Skip to content

Commit

Permalink
updated to django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkianwee committed Aug 20, 2024
1 parent 41a6fb5 commit 5519037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django/yun2inf_project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==5.1
gunicorn==23.0.0
pytz==2024.1
python-dateutil==2.8.2
python-dateutil==2.9.0
django-environ==0.11.2
2 changes: 1 addition & 1 deletion shellscript/setup_yun2inf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ docker run -d --name "$CONTAINERNAME4"\
--network "yun2inf"\
-p $YPORT:8000\
-v "y2i:/yun2inf_project/www/static/"\
chenkianwee/yun2inf:0.0.6
chenkianwee/yun2inf:0.0.7

docker restart "$CONTAINERNAME4"

Expand Down

0 comments on commit 5519037

Please sign in to comment.