Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Implement a collectstatic command #54

Open
cofin opened this issue Aug 11, 2023 · 0 comments
Open

Enhancement: Implement a collectstatic command #54

cofin opened this issue Aug 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cofin
Copy link
Member

cofin commented Aug 11, 2023

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 cofin added the enhancement New feature or request label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant