litestar-fullstack icon indicating copy to clipboard operation
litestar-fullstack copied to clipboard

Enhancement: Implement a `collectstatic` command

Open cofin opened this issue 10 months ago • 0 comments

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

cofin avatar Aug 11 '23 02:08 cofin