Unifomize license headers
This commit is contained in:
parent
9dc40279fa
commit
8d44182af8
51 changed files with 249 additions and 135 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# This file is part of photo21
|
||||
# Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
"""
|
||||
WSGI config for photo21 project.
|
||||
|
||||
|
|
@ -11,6 +15,6 @@ import os
|
|||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'photo21.settings')
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "photo21.settings")
|
||||
|
||||
application = get_wsgi_application()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue