| changeset 545 | c752fdee555b |
| parent 494 | 8382775d1344 |
| child 613 | 4bb38d03e430 |
--- a/src/hdalab/settings.py Tue Mar 17 22:10:17 2015 +0100 +++ b/src/hdalab/settings.py Wed Mar 18 18:52:43 2015 +0100 @@ -138,7 +138,6 @@ ) INSTALLED_APPS = ( - 'south', 'hdalab', 'hdabo', 'django.contrib.auth', @@ -173,6 +172,8 @@ PAGINATION_DEFAULT_NB_BY_PAGE = 50 RENKANS_PER_PAGE = 8 +TEST_RUNNER = 'django.test.runner.DiscoverRunner' + # User class after migration to django > 1.6.5 AUTH_USER_MODEL = 'hdabo.User'