From 2bc10155da52250c600d92d4a2afb65ccf3e4820 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(-) 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