Spaces:
Running
Running
Deep commited on
Commit ·
5bbd459
1
Parent(s): c6bf44a
static 2
Browse files- config/settings.py +1 -1
config/settings.py
CHANGED
|
@@ -13,10 +13,10 @@ https://docs.djangoproject.com/en/6.0/ref/settings/
|
|
| 13 |
from pathlib import Path
|
| 14 |
|
| 15 |
import os
|
| 16 |
-
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
|
| 17 |
|
| 18 |
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
| 19 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
|
|
|
| 20 |
|
| 21 |
# Quick-start development settings - unsuitable for production
|
| 22 |
# See https://docs.djangoproject.com/en/6.0/howto/deployment/checklist/
|
|
|
|
| 13 |
from pathlib import Path
|
| 14 |
|
| 15 |
import os
|
|
|
|
| 16 |
|
| 17 |
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
| 18 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
| 19 |
+
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
|
| 20 |
|
| 21 |
# Quick-start development settings - unsuitable for production
|
| 22 |
# See https://docs.djangoproject.com/en/6.0/howto/deployment/checklist/
|