mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
disable example apps testing
This commit is contained in:
parent
58f38b55cd
commit
77ed1eb117
1 changed files with 2 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ INSTALLED_APPS = [
|
|||
'djadmin2',
|
||||
'djadmin2.tests',
|
||||
'djadmin2.themes.djadmin2theme_bootstrap3',
|
||||
'blog',
|
||||
#'blog',
|
||||
'files',
|
||||
'polls'
|
||||
#'polls'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue