mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Cleaned class inheritances in staticfiles tests
Thanks Tim Graham for precious inputs.
This commit is contained in:
parent
1c8c0837c6
commit
859fc64338
6 changed files with 33 additions and 50 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue