summaryrefslogtreecommitdiff
path: root/example_project
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-02-28 15:55:36 +0100
commit2bc10155da52250c600d92d4a2afb65ccf3e4820 (patch)
treedae856d80dfa907b2ffa931c5aeb19ff837e71d2 /example_project
parent5c2f7518e01e3993cdfe8fcae08037bf9183616f (diff)
downloadIshtar-2bc10155da52250c600d92d4a2afb65ccf3e4820.tar.bz2
Ishtar-2bc10155da52250c600d92d4a2afb65ccf3e4820.zip
🩹 fix bad interpreter in sample local_settings
Diffstat (limited to 'example_project')
-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