gino-admin icon indicating copy to clipboard operation
gino-admin copied to clipboard

Admin Panel for GinoORM - ready to up & run (just add your models)

Results 9 gino-admin issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.3.0 to 65.5.1. Changelog Sourced from setuptools's changelog. v65.5.1 Misc ^^^^ #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok #3659:...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

I got this error when I tried to open the model in the admin panel File "..../venv/lib/python3.8/site-packages/gino_admin/utils.py", line 304, in get_obj_id_from_row result[x] = row[x].isoformat() **AttributeError: 'NoneType' object has no attribute...

If in the models you define Numeric type with precision and scale: ```python class Product(db.Model): __tablename__ = 'product' id = db.Column(db.BigInteger(), primary_key=True) category = db.Column(db.BigInteger(), db.ForeignKey('category.id')) name = db.Column(db.String(), unique=True,...

Hi! If you read this ticket, you know JS, HTML & css, and you want to get some practice - your welcome. UI has a lot of issues and need...

help wanted
good first issue
UI

- [ ] Add admin users from DB - [ ] Add adding admin panel users from UI - [ ] Add Roles & Groups

help wanted
good first issue

- [ ] Add controls to table with results (pagination & search) - [ ] Store last queries in session (for the quick re-run) - [ ] Add columns to...

help wanted
good first issue