drf_admin icon indicating copy to clipboard operation
drf_admin copied to clipboard

项目基于Django、Django REST framework(DRF)、Channels、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC;目前已实现基本功能,满足日常学习使用,工由于工作较忙更新较慢,...

Results 20 drf_admin issues
Sort by recently updated
recently updated
newest added

Bumps [twisted](https://github.com/twisted/twisted) from 22.2.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...

dependencies

解决方案来自:https://github.com/axnsan12/drf-yasg/issues/95#issuecomment-378541056

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

添加了运维和测试组, 主机关联测试组后 ,test 测试组用户仍然可以访问所有设备

# python manage.py loaddata init.json port = int(port, 10) ValueError: Problem installing fixture '/home/admin/workspace/develop-django/tmp/drf_admin/init.json': Could not load system.Permissions(pk=1): invalid literal for int() with base 10: 'redis' (env3.6.2) [admin@us-cor

# 多进程环境下django_apscheduler无法正常运行 [https://apscheduler.readthedocs.io/en/latest/faq.html#how-can-i-use-apscheduler-with-uwsgi](url) ![image](https://user-images.githubusercontent.com/8966977/108977653-bb6b3e00-76c3-11eb-8cd3-2b16f5b10da9.png) 建议文档说明下,或者在后续版本提供其他的解决方案。

执行 python manage.py migrate 或者 python manage.py runserver 0.0.0.0:8769 都报错 ,提示 ModuleNotFoundError: No module named 'easyaudit' ,这个模块我网上也没搜到 ,是啥原因呢