X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..69b332800a472211b5da70426171fa429702a273:/src/redakcja/settings/integration_test.py diff --git a/src/redakcja/settings/integration_test.py b/src/redakcja/settings/integration_test.py index ba477bb0..0df6eb47 100644 --- a/src/redakcja/settings/integration_test.py +++ b/src/redakcja/settings/integration_test.py @@ -1,7 +1,9 @@ +# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# from redakcja.settings.test import * NOSE_ARGS = () STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test' STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK) -