python-adminui
python-adminui copied to clipboard
Write professional web interfaces with Python.
Bumps [flask](https://github.com/pallets/flask) from 2.1.0 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...
As title...
hi How can I access the client's location Whether through adminui or javascript like this in nicegui from nicegui import ui async def show_location(): response = await ui.run_javascript(''' return await...
插入数据后无法更新table中的数据
图标已经改了,使用新图标无法展示
I am using example_auth.py and expect the login page to appear but it does not. When I run example_auth.py on my PC and access "127.0.0.1:5000" in my PC browser, I...
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...
According to [Installation and quick start](https://github.com/bigeyex/python-adminui#installation-and-quick-start) ``` pip install adminui ``` Then create a basic "form page" example and run the python file: ``` python example_form.py ``` But there is...
How do I use progress within tables?