wechat-django icon indicating copy to clipboard operation
wechat-django copied to clipboard

WeChat-Django旨在为接入微信公众平台的django开发者提供便捷的微信功能封装及最基本的后台管理支持

Results 2 wechat-django issues
Sort by recently updated
recently updated
newest added

官方的后台太丑了,实际项目里面我们都会引一个美化的admin的插件Jet,但是打开Jet后就报错了 Jet: https://github.com/geex-arts/django-jet 渲染模板的时候Jet模板报错,指向的是wechat_django/admin/base.py的has_wechat_permission这个方法 ``` AttributeError at /site/admin/ 'WSGIRequest' object has no attribute 'app' ``` ``` Error during template rendering In template /Volumes/Git/github/x2x4/site_base/venv/lib/python3.6/site-packages/jet/templates/admin/base.html, error at line 199 ``` 该模板文件报错行 ```...

django 3.2以上版本 好像不兼容