1.2.0.1a #94
gaetan1903
announced in
Announcements
Replies: 1 comment
-
|
You can also create instead of you can too create |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Alpha version of Ampalibe 1.2.X
What's Changed
Migrate ampalibe to use asyncio instead of threading by @gaetan1903 in #91
You can now use an async/await for your function decorated by ampalibe if needed,
Fix ampalibe batch command exiting on cmd by @rootkit7628 in #93
Add Admin Interface for ampalibe CRUD by @gaetan1903 in #92
You can enable admin interface for Ampalibe by adding
ADMIN_ENABLE = 1in your conf file.You can create a database model using SQLModel
And to make it accessible in the ADMIN interface, create a resource for it
You can also create a custom page ADMIN panel by adding a resource like this model
where the html content is like this :
- Introduce with
async_download_file&&async_simulateto avoid requests blockingif you use
download_fileorsimulatefunction it may issue a deadlock, useasync_simulate/async_download_fileinsteadFull Changelog: 1.1.8.LTS...1.2.0.1a
This discussion was created from the release 1.2.0.1a.
Beta Was this translation helpful? Give feedback.
All reactions