Spaces:
Runtime error
Runtime error
Commit
·
2d83a67
1
Parent(s):
e3d0440
Update shopsscraper/settings.py
Browse files- shopsscraper/settings.py +1 -1
shopsscraper/settings.py
CHANGED
|
@@ -10,7 +10,7 @@ For the full list of settings and their values, see
|
|
| 10 |
https://docs.djangoproject.com/en/4.1/ref/settings/
|
| 11 |
"""
|
| 12 |
|
| 13 |
-
from pathlib import Path
|
| 14 |
|
| 15 |
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
| 16 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
|
|
|
| 10 |
https://docs.djangoproject.com/en/4.1/ref/settings/
|
| 11 |
"""
|
| 12 |
|
| 13 |
+
from pathlib import Path
|
| 14 |
|
| 15 |
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
| 16 |
BASE_DIR = Path(__file__).resolve().parent.parent
|