wxy2077 / fastapi-mysql-generator

FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。
461 stars 128 forks source link

下载代码 运行起来之后 有2个错误 #19

Open eluotao opened 3 years ago

eluotao commented 3 years ago

1、mysql 端口设置 并没有调用 2、./common/sys_casbin.py 26 行 提示参数数量不对 删除 True 就可以了

  File "./common/sys_casbin.py", line 26, in get_casbin
    e = casbin.Enforcer(settings.CASBIN_MODEL_PATH, adapter, True)
TypeError: __init__() takes from 1 to 3 positional arguments but 4 were given

3、除了 admin/auth/login/access-token /admin/auth/user/info 其他接口 管理员访问都提示权限不足

我现在都走不下去了

wxy2077 commented 3 years ago

实在不行,你可以把casbin这个模块给去掉。上次有位老哥给我提过 issue #17 ,可能是pycasbin库有更新,我太懒了,还没改😂。