Update to Django 4.2.11; switch from requirements.txt to Pipfile

This commit is contained in:
2024-03-30 19:15:04 +01:00
parent 68dc4ef32b
commit bb9ce7b16c
4 changed files with 646 additions and 11 deletions
+1 -4
View File
@@ -12,7 +12,4 @@ This application is written in Python using Django.
Install
=======
python3 -m venv .venv
source .venv/bin/activate
pip install wheel
pip install -r requirements.txt
pipenv install