mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-18 05:41:04 +00:00
disable example apps testing
This commit is contained in:
parent
f207d6fcc3
commit
db4a56e85c
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