Skip to content

Commit fc0068d

Browse files
committed
fix:
1 parent 1547259 commit fc0068d

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 /"geodjango"/ "statics" / "staticfiles"
132+
STATIC_ROOT = BASE_DIR /"statics" /
133133
STATICFILES_DIRS = [
134134
BASE_DIR / "geodjango" / "static",
135135
]

0 commit comments

Comments
 (0)