Skip to content

Starlette Admin Panel #34

Open
Open
@emilkovacev

Description

@emilkovacev

problem

The existing Starlette Admin Panel solution uses SQLAlchemy, which is no longer directly supported by Starlette, and also not what we're using.

solution

(option) we can fork the original Starlette Admin Panel and modify as needed

We want to create an admin panel for our application that uses MongoDB. Essentially this should be some HTML templates that can be easily routed in a starlette app, that can directly display and manage a database of choice. Ideally, this should be in a separate repository and uploaded to PyPi for easy use in our project. If possible, it would be great if it is database agnostic.

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