diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-08 16:13:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-08-20 10:42:39 +0200 |
commit | 6eed034a390b29dc5350ddf27c64d7fd4deafcaf (patch) | |
tree | e7f7171efffa5cee2642c47343a31c2a181194ab /install/local_settings.py.sample | |
parent | 7e88bbaee0805cb289a87b7d84b9f3e744ad0929 (diff) | |
download | Ishtar-6eed034a390b29dc5350ddf27c64d7fd4deafcaf.tar.bz2 Ishtar-6eed034a390b29dc5350ddf27c64d7fd4deafcaf.zip |
🚀 Debian package: python-django-ishtar - remove static files packaged in Debian - fix some package error
- 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.
Diffstat (limited to 'install/local_settings.py.sample')
-rw-r--r-- | install/local_settings.py.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |