From 1c78052ae4085ad52380718dd4b2d63752693e58 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Nov 2023 16:13:29 +0100 Subject: 🚀 Debian package: python-django-ishtar - remove static files packaged in Debian - fix some package error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use package version of fork-awesome, gentium font - add deb-helper token to postint - fix permissions - obfuscate social link in non used features of jquery. --- install/local_settings.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/local_settings.py.sample') diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample index 0f373ebcf..b19c6e6f6 100644 --- a/install/local_settings.py.sample +++ b/install/local_settings.py.sample @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- DEBUG = False -- cgit v1.2.3