Skip to content

Commit 08b374e

Browse files
committed
Update example test settings.
Adding MIDDLEWARE_CLASSES so Django 1.7 does not complain during the system check when running tests.
1 parent 69d8641 commit 08b374e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
PASSWORD_HASHERS = ('django.contrib.auth.hashers.UnsaltedMD5PasswordHasher', )
3333

34+
MIDDLEWARE_CLASSES = ()
3435

3536
REST_FRAMEWORK = {
3637
'PAGINATE_BY': 1,

0 commit comments

Comments
 (0)