Skip to content

Commit 7ced6fb

Browse files
committed
fix
1 parent fc0068d commit 7ced6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
# https://docs.djangoproject.com/en/6.0/howto/static-files/
130130

131131
STATIC_URL = "/static/"
132-
STATIC_ROOT = BASE_DIR /"statics" /
132+
STATIC_ROOT = BASE_DIR /"static"
133133
STATICFILES_DIRS = [
134134
BASE_DIR / "geodjango" / "static",
135135
]

0 commit comments

Comments
 (0)