mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Added auth app to list of installed apps during tests.
This commit is contained in:
parent
bea453548f
commit
222c7947d2
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.contenttypes',
|
||||
'django.contrib.sites',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'dbtemplates',
|
||||
'django_jenkins',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue