1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
6 os.environ.setdefault("DJANGO_SETTINGS_MODULE", "wolnelektury.settings")
8 # This application object is used by the development server
9 # as well as any WSGI server configured to use this file.
10 from django.core.wsgi import get_wsgi_application
11 application = get_wsgi_application()