From f1bca0b041830bf85957dd95221ef2f175c1f1bb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Oct 2023 09:58:06 +0200 Subject: 🚀 Debian package: python-django-ishtar 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