Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monitoring/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

try:

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pin packages to support and work with py3.6.
# Pin packages to work with Python 3.9.
apel
Django==3.2.25
djangorestframework==3.15.1
Django==4.2.28
djangorestframework==3.16.1
pytz==2025.2
PyMySQL==1.0.2
pandas==1.1.5
numpy==1.19.5 # pandas dependency
PyMySQL==1.1.2
pandas==2.3.3
numpy==2.0.2 # pandas dependency