From b54d3671287c8e52e38d58727472807a2a3ade61 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 28 Jan 2025 10:55:00 +0100 Subject: [PATCH] rename settings to local --- README.md | 7 +++---- call2025/{settings.py => settings.local.py} | 0 2 files changed, 3 insertions(+), 4 deletions(-) rename call2025/{settings.py => settings.local.py} (100%) diff --git a/README.md b/README.md index a6225a8..900236d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ This is code for the XPUB 2025 call. -Dependencies -* django -* pyyaml -* click +## Dependencies + + pip install django pillow pyyaml click ## Colophon diff --git a/call2025/settings.py b/call2025/settings.local.py similarity index 100% rename from call2025/settings.py rename to call2025/settings.local.py