diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-27 09:58:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 16:15:49 +0100 |
commit | f1bca0b041830bf85957dd95221ef2f175c1f1bb (patch) | |
tree | 1eececee6c1b725eafa110c2c7f2811a5c305c4f /example_project/local_settings.py.sample | |
parent | 0e61e34bb3798c902ef3e7a749451db140285128 (diff) | |
download | Ishtar-f1bca0b041830bf85957dd95221ef2f175c1f1bb.tar.bz2 Ishtar-f1bca0b041830bf85957dd95221ef2f175c1f1bb.zip |
🚀 Debian package: python-django-ishtar
Diffstat (limited to 'example_project/local_settings.py.sample')
-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 |