-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Django offers a very nice collectstatic
command to help manage static assets within the application. Combined with django-storages
, the command will push static files to object storage.
Litestar does not need the file centralization that collectstatic
does, but it would be great if it could push static files to object storage in production. This would definitely make production deployments that include static assets easier to manage.
Basic Example
No response
Drawbacks and Impact
No response
Unresolved questions
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request