summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-28 15:55:36 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-16 16:43:02 +0200
commitf336ff2ec67dffab78d876a0218293aaf85b098d (patch)
tree1d6c7814af4ef1ef7016fb75acccf090f765f43d
parent36b86547108d11df2d8eefbd05696780b52d7ad2 (diff)
downloadIshtar-f336ff2ec67dffab78d876a0218293aaf85b098d.tar.bz2
Ishtar-f336ff2ec67dffab78d876a0218293aaf85b098d.zip
🩹 fix bad interpreter in sample local_settings
-rw-r--r--example_project/local_settings.py.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample
index 21e7cb791..5e5c9a5e6 100644
--- a/example_project/local_settings.py.sample
+++ b/example_project/local_settings.py.sample
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
# rename this file to local_settings.py and overload settings in this file