Skip to content

Enhancement: Implement a collectstatic command #54

@cofin

Description

@cofin

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions