Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 2, 2024
1 parent 3899eba commit a0a44d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# STATIC_ROOT = get_static_root(BASE_DIR)
STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "static")
STATIC_URL = os.getenv("STATIC_URL", "/static/")
STATICFILES_DIRS = ["static"]
# STATICFILES_DIRS = ["static"]

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

0 comments on commit a0a44d6

Please sign in to comment.