|
@ -131,10 +131,6 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = True |
|
|
# Using pytest directly (without a test runner) |
|
|
# Using pytest directly (without a test runner) |
|
|
TEST_RUNNER = None |
|
|
TEST_RUNNER = None |
|
|
|
|
|
|
|
|
# Validate arguments in django-dynamic-fixture |
|
|
|
|
|
# http://django-dynamic-fixture.readthedocs.org/en/latest/more.html?highlight=ddf_validate_args#validate-arguments-new-in-1-5-0 |
|
|
|
|
|
DDF_VALIDATE_ARGS = True |
|
|
|
|
|
|
|
|
|
|
|
from easy_thumbnails.conf import Settings as thumbnail_settings |
|
|
from easy_thumbnails.conf import Settings as thumbnail_settings |
|
|
THUMBNAIL_PROCESSORS = ( |
|
|
THUMBNAIL_PROCESSORS = ( |
|
|
'image_cropping.thumbnail_processors.crop_corners', |
|
|
'image_cropping.thumbnail_processors.crop_corners', |
|
|