diff --git a/README.md b/README.md index 90a52df..a57e979 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ FastAPI-Admin is a admin dashboard based on [fastapi](https://github.com/tiangolo/fastapi) and [tortoise-orm](https://github.com/tortoise/tortoise-orm). -FastAPI-Admin provide crud feature out-of-the-box with just a few -config. +FastAPI-Admin provide crud feature out-of-the-box with just a few config. ## Live Demo @@ -38,11 +37,9 @@ Data in database will restore every day. ## Requirements -- [FastAPI](https://github.com/tiangolo/fastapi) framework as your - backend framework. -- [Tortoise-ORM](https://github.com/tortoise/tortoise-orm) as your orm - framework, by the way, which is best asyncio orm so far and I\'m one - of the contributors😋. +- [FastAPI](https://github.com/tiangolo/fastapi) framework as your backend framework. +- [Tortoise-ORM](https://github.com/tortoise/tortoise-orm) as your orm framework, by the way, which is best asyncio orm + so far and I\'m one of the contributors😋. ## Quick Start @@ -77,6 +74,7 @@ register_tortoise(fast_app, config=TORTOISE_ORM, generate_schemas=True) fast_app.mount('/admin', admin_app) + @fast_app.on_event('startup') async def startup(): await admin_app.init( @@ -107,12 +105,6 @@ Deploy fastapi app by gunicorn+uvicorn or reference See [restful api](https://fastapi-admin-api.long2ice.cn/admin/docs) docs. -## Support this project - -| AliPay | WeChatPay | PayPal | -| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | -| | | [PayPal](https://www.paypal.me/long2ice) to my account long2ice. | - ## License This project is licensed under the diff --git a/images/alipay.jpeg b/images/alipay.jpeg deleted file mode 100644 index c2b63b4..0000000 Binary files a/images/alipay.jpeg and /dev/null differ diff --git a/images/wechatpay.jpeg b/images/wechatpay.jpeg deleted file mode 100644 index c2618e4..0000000 Binary files a/images/wechatpay.jpeg and /dev/null differ