Skip to content
Snippets Groups Projects
Commit 0856f551 authored by Calen Pennington's avatar Calen Pennington
Browse files

Disable askbot during tests

parent 371ce696
No related merge requests found
......@@ -9,6 +9,13 @@ sessions. Assumes structure:
"""
from common import *
INSTALLED_APPS = [
app
for app
in INSTALLED_APPS
if not app.startswith('askbot')
]
LOGGING = logsettings.get_logger_config(PROJECT_ROOT / "log",
logging_env="dev",
tracking_filename="tracking.log",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment