From f336ff2ec67dffab78d876a0218293aaf85b098d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Feb 2024 15:55:36 +0100 Subject: 🩹 fix bad interpreter in sample local_settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/local_settings.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/local_settings.py.sample') 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 -- cgit v1.2.3