mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-22 23:54:46 +00:00
Add django.contrib.admin to test settings
This commit is contained in:
parent
a4e566be15
commit
129f9bdbeb
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ if not settings.configured:
|
|||
'django.contrib.auth',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.admin',
|
||||
|
||||
'taggit',
|
||||
'south',
|
||||
|
|
|
|||
Loading…
Reference in a new issue