long2ice 95b1c2e2f6 Merge pull request #158 from hasansezertasan/locale/tr
Add support for Turkish language
2025-04-05 14:11:16 +08:00
2023-07-07 17:38:49 +08:00
2024-05-24 08:12:19 +08:00
2020-04-06 18:21:35 +08:00
2020-08-18 15:52:18 +08:00
2022-08-24 21:25:11 +08:00
2021-04-25 17:17:21 +08:00
2021-05-05 14:46:26 +08:00
2023-04-10 10:17:56 +08:00
2020-06-17 11:40:18 +08:00
2021-05-01 20:45:28 +08:00
2024-09-03 19:48:13 -03:00
2024-08-29 17:15:41 +09:00
2024-08-29 17:15:41 +09:00
2021-05-13 16:10:04 +08:00

FastAPI Admin

image image image image

中文文档 한국어 문서 日本語ドキュメント

Introduction

fastapi-admin is a fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.

Installation

> pip install fastapi-admin

Requirements

Online Demo

You can check a online demo here.

  • username: admin
  • password: 123456

Or pro version online demo here.

  • username: admin
  • password: 123456

Screenshots

Run examples in local

  1. Clone repo.

  2. Create .env file.

    DATABASE_URL=mysql://root:123456@127.0.0.1:3306/fastapi-admin
    REDIS_URL=redis://localhost:6379/0
    
  3. Run docker-compose up -d --build.

  4. Visit http://localhost:8000/admin/init to create first admin.

Documentation

See documentation at https://fastapi-admin-docs.long2ice.io.

License

This project is licensed under the Apache-2.0 License.

Credits

image

NodeSupport supports this project.

Description
A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin
Readme Apache-2.0 7.5 MiB
Languages
Python 50.3%
HTML 48.5%
Makefile 0.7%
Dockerfile 0.5%