diff options
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 |
commit | f336ff2ec67dffab78d876a0218293aaf85b098d (patch) | |
tree | 1d6c7814af4ef1ef7016fb75acccf090f765f43d /example_project | |
parent | 36b86547108d11df2d8eefbd05696780b52d7ad2 (diff) | |
download | Ishtar-f336ff2ec67dffab78d876a0218293aaf85b098d.tar.bz2 Ishtar-f336ff2ec67dffab78d876a0218293aaf85b098d.zip |
🩹 fix bad interpreter in sample local_settings
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/local_settings.py.sample | 2 |
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 |