Skip to content

Commit a0a44d6

Browse files
committed
fix: test
1 parent 3899eba commit a0a44d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# STATIC_ROOT = get_static_root(BASE_DIR)
6464
STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "static")
6565
STATIC_URL = os.getenv("STATIC_URL", "/static/")
66-
STATICFILES_DIRS = ["static"]
66+
# STATICFILES_DIRS = ["static"]
6767

6868
# https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
6969
AWS_STORAGE_BUCKET_NAME = os.getenv("AWS_STORAGE_BUCKET_NAME")

0 commit comments

Comments
 (0)