Skip to content

issues Search Results · repo:amisadmin/fastapi-amis-admin language:Python

Filter by

146 results
 (56 ms)

146 results

inamisadmin/fastapi-amis-admin (press backspace or delete to remove)

看到作者更新,非常高兴,也非常感谢!
  • hezuogongying
  • Opened 
    2 days ago
  • #195

i find a loggical issue at crud/_sqlalchemy.py/114 : pk_name: str = id # Primary key name parser: TableModelParser = None # Table model parser def __init__(self, model: Type[TableModelT] = None, ...
  • BAIBASH1
  • Opened 
    on Dec 23, 2024
  • #193

前端页面已经拉起来了,数据都是通过SQLmodel写入在mariadb中,希望能通过可视化的图表将db中的数据量化出来,除了echarts以外,python是否有比较好的编程方式实现?
  • charsxiong
  • 1
  • Opened 
    on Dec 9, 2024
  • #192

使用sqlmodel声明字段的时候,目前在field这里使用了default字段,将所有可选字段都写上后,页面可以将所有字段都显示,但是显示是列表式文本显示,需要二次手动编辑; default=( 待修复open , 修复完成closed , 驳回refused , 挂起pause )
  • charsxiong
  • Opened 
    on Dec 9, 2024
  • #191

on the last
  • Nihal-pm0
  • Opened 
    on Dec 7, 2024
  • #190

1、显示异常 使用enum类型时,可以通过设置kwargs[ quickEdit ] = True进行填写框下拉,功能正常 image 但是字段下拉框用的是mapping类型的kwargs[ filterable ],会超出文本框。后改成无类型的kwargs[ filterable ],还是超出文本框,导致显示异常。 image 2、筛选异常 enum类型还会导致搜索异常,筛选无法生效 image ...
  • zeroChen00
  • 1
  • Opened 
    on Oct 10, 2024
  • #189

bash-5.2# faa run Traceback (most recent call last): File /usr/local/bin/uvicorn , line 8, in module sys.exit(main()) ^^^^^^ File /usr/local/lib/python3.11/site-packages/click/core.py , line 1157, in call ...
  • mayishidai
  • 3
  • Opened 
    on Sep 10, 2024
  • #187

使用reload启动服务,当页面json文件发生变化时,无法热更新,需要手动重启服务 uvicorn main:app --reload
  • nancheal
  • 2
  • Opened 
    on Sep 9, 2024
  • #186

1. 读取模版使用 jinja2 这样那个框架都能用 2. 维护变得更加容易 3. 各个框架通用 例如: from pathlib import Path from typing import Any, Dict, List, Optional, Tuple, Union from jinja2 import Environment, FileSystemLoader from pydantic ...
  • InfernalAzazel
  • Opened 
    on Aug 21, 2024
  • #185

版本信息:amis@6.3.0,fastapi-amis-admin@0.7.2 1、代码写在一个文件里,运行正常。相关代码如下: main.py @site.register_admin class SrcDataPage(ModelAdmin): pass image 2、将注册页面拆分成独立的文件,并在主函数引用则异常。登录后页面空白:页面未注册成功 page.py class ...
  • zeroChen00
  • 2
  • Opened 
    on Aug 20, 2024
  • #184
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub