Skip to content

Commit

Permalink
Add missing django.contrib.auth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 12, 2013
1 parent 6cd2b8e commit 22b060e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
settings.configure(
INSTALLED_APPS=(
'django.contrib.contenttypes',
'django.contrib.auth',
'simple_history',
'simple_history.tests'
),
Expand Down

0 comments on commit 22b060e

Please sign in to comment.