Improve performance and add type hints
This commit is contained in:
parent
1782db4840
commit
b7e10e766e
23 changed files with 745 additions and 178 deletions
|
|
@ -224,7 +224,7 @@ DATABASES: dict[str, dict[str, Any]] = configure_databases(
|
|||
base_dir=BASE_DIR,
|
||||
)
|
||||
|
||||
if DEBUG:
|
||||
if DEBUG or TESTING:
|
||||
INSTALLED_APPS.append("zeal")
|
||||
MIDDLEWARE.append("zeal.middleware.zeal_middleware")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue