Cleaned class inheritances in staticfiles tests

Thanks Tim Graham for precious inputs.
This commit is contained in:
Claude Paroz 2016-03-26 16:17:06 +01:00
parent 1c8c0837c6
commit 859fc64338
6 changed files with 33 additions and 50 deletions

View file

@ -7,7 +7,6 @@ from django.utils._os import upath
TEST_ROOT = os.path.dirname(upath(__file__))
TEST_SETTINGS = {
'DEBUG': True,
'MEDIA_URL': '/media/',
'STATIC_URL': '/static/',
'MEDIA_ROOT': os.path.join(TEST_ROOT, 'project', 'site_media', 'media'),