From 2cb7f3c5ed95a6db9989db2e7e6aabafedb5eb31 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 2 Sep 2025 20:54:23 +0100 Subject: [PATCH] Fix casing for PythonAnywhere --- docs/3-deployment/deployment-on-pythonanywhere.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-deployment/deployment-on-pythonanywhere.rst b/docs/3-deployment/deployment-on-pythonanywhere.rst index 3518f3e5e..e52d0043b 100644 --- a/docs/3-deployment/deployment-on-pythonanywhere.rst +++ b/docs/3-deployment/deployment-on-pythonanywhere.rst @@ -73,7 +73,7 @@ Add these exports export DATABASE_URL='' export REDIS_URL='' -.. note:: The AWS details are not required if you're using whitenoise or the built-in pythonanywhere static files service, but you do need to set them to blank, as above. +.. note:: The AWS details are not required if you're using whitenoise or the built-in PythonAnywhere static files service, but you do need to set them to blank, as above. Database setup