https://github.com/alex-oleshkevich/ohmyadmin
The framework to build back-office apps or admin panels for Starlette.
https://github.com/alex-oleshkevich/ohmyadmin
admin admin-panel back-office cms python starlette
Last synced: 28 days ago
JSON representation
The framework to build back-office apps or admin panels for Starlette.
- Host: GitHub
- URL: https://github.com/alex-oleshkevich/ohmyadmin
- Owner: alex-oleshkevich
- License: mit
- Created: 2022-04-12T17:54:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T15:20:12.000Z (about 1 year ago)
- Last Synced: 2025-03-11T07:46:44.746Z (about 2 months ago)
- Topics: admin, admin-panel, back-office, cms, python, starlette
- Language: Python
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# OhMyAdmin
Awesome admin panel for your business.





## Installation
Install `ohmyadmin` using PIP or poetry:
```bash
pip install ohmyadmin
# or
poetry add ohmyadmin
```## Features
- TODO
## Quick start
See example application in `examples/` directory of this repository.