You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Summary
Django offers a very nice
collectstatic
command to help manage static assets within the application. Combined withdjango-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
The text was updated successfully, but these errors were encountered: