From d8b226929d7947480db36b39f4b4cb3e1bba977f Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 28 Jan 2025 12:14:47 +0100 Subject: [PATCH] updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 12966a1..ad6ef77 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,17 @@ This is code for the XPUB 2025 call. * JavaScripts (guestbook) * [guestbook.js](call/static/call/guestbook.js) +## Updating + +To update the live site: + + git pull + ./manage.py collectstatic + +And eventually (if the code has changed): + + sudo systemctl restart uwsgi + ## Colophon