|
|
@ -14,7 +14,7 @@ from pathlib import Path |
|
|
import os |
|
|
import os |
|
|
import logging |
|
|
import logging |
|
|
|
|
|
|
|
|
APP_VERSION = "11.0.2" |
|
|
|
|
|
|
|
|
APP_VERSION = "0.1.0" |
|
|
|
|
|
|
|
|
# Build paths inside the project like this: BASE_DIR / 'subdir'. |
|
|
# Build paths inside the project like this: BASE_DIR / 'subdir'. |
|
|
BASE_DIR = Path(__file__).resolve().parent.parent |
|
|
BASE_DIR = Path(__file__).resolve().parent.parent |
|
|
|