Skip to content

Commit ab0a163

Browse files
committed
[docker] Do not ignore ext-py for Python2
1 parent 4855838 commit ab0a163

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

desktop/core/src/desktop/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
# as local_settings.py.
2222

2323
from builtins import map, zip
24-
import datetime
2524
import gc
2625
import json
2726
import logging
@@ -30,8 +29,6 @@
3029
import sys
3130
import uuid
3231

33-
import django_opentracing
34-
3532
import desktop.redaction
3633

3734
from desktop.lib.paths import get_desktop_root, get_run_root
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build
2+
logs
3+
node_modules
4+
.git
5+
.vscode
6+
7+
# Needed for local compilation
8+
#desktop/core/ext-py/

0 commit comments

Comments
 (0)