We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3899eba commit a0a44d6Copy full SHA for a0a44d6
settings.py
@@ -63,7 +63,7 @@
63
# STATIC_ROOT = get_static_root(BASE_DIR)
64
STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "static")
65
STATIC_URL = os.getenv("STATIC_URL", "/static/")
66
-STATICFILES_DIRS = ["static"]
+# STATICFILES_DIRS = ["static"]
67
68
# https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
69
AWS_STORAGE_BUCKET_NAME = os.getenv("AWS_STORAGE_BUCKET_NAME")
0 commit comments