X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2b447a437065ce4bd982562f6fd0c2877074c2da..HEAD:/src/wolnelektury/wsgi.py diff --git a/src/wolnelektury/wsgi.py b/src/wolnelektury/wsgi.py index fe72d395d..ff02bbbaf 100644 --- a/src/wolnelektury/wsgi.py +++ b/src/wolnelektury/wsgi.py @@ -1,4 +1,6 @@ -# -*- coding: utf-8 -*- +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# import os os.environ.setdefault("DJANGO_SETTINGS_MODULE", "wolnelektury.settings")