diff --git a/test_tube_scanner/home/settings.py b/test_tube_scanner/home/settings.py index 8b24530..0f34c49 100644 --- a/test_tube_scanner/home/settings.py +++ b/test_tube_scanner/home/settings.py @@ -16,9 +16,9 @@ from decouple import config, Csv # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent +print("Django BASE_DIR:", BASE_DIR) + PACKAGE_DIR = BASE_DIR.parent - - APP_DATAS = PACKAGE_DIR / config('APP_DATAS') print("Django application data:", APP_DATAS) diff --git a/test_tube_scanner/scanner/templates/scanner/calibration.html b/test_tube_scanner/scanner/templates/scanner/calibration.html index 5b677fb..37b309f 100644 --- a/test_tube_scanner/scanner/templates/scanner/calibration.html +++ b/test_tube_scanner/scanner/templates/scanner/calibration.html @@ -9,7 +9,7 @@ {% block content %}
-
+
{% trans 'Position multi-puit' %}
@@ -70,7 +70,7 @@
@@ -84,8 +84,8 @@
-
-
+
+
+
+ +
-
+
{% include 'scanner/scan-image.html' %}
-
+
@@ -166,13 +172,7 @@ -
-
- -
+