Skip to content

Commit

Permalink
Add installed apps configuration to test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jul 27, 2017
1 parent 990cf10 commit 845b4fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/testsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@
}
}

INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django_cas_ng',
'pucas',
)

# SECRET_KEY = ''

0 comments on commit 845b4fe

Please sign in to comment.