webapp: removed legacy PNG code; update test runner for Django 1.7

This commit is contained in:
Doug Blank 2015-06-16 11:03:11 -04:00
parent 5a71d8f3bc
commit f49bef24d6
2 changed files with 1 additions and 1395 deletions

File diff suppressed because it is too large Load Diff

View File

@ -172,3 +172,4 @@ LOGGING = None
## Changes for Django 1.7.1:
ABSOLUTE_URL_OVERRIDES = {}
TEST_RUNNER = 'django.test.runner.DiscoverRunner'