# python-rbac **Repository Path**: wdb123/python-rbac ## Basic Information - **Project Name**: python-rbac - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-02 - **Last Updated**: 2026-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 下载依赖 pip3 install -r requirements.txt # 获取密钥 SECRET_KEY 在key.py中写入 import secrets print(secrets.token_hex(32)) 运行key.py,会生成32位密钥,复制到key.py中,然后删除key.py # 启动postgres数据库 账号:postgres 密码:root # 启动Redis redis数据库下载 https://github.com/tporadowski/redis/releases/download/v5.0.14.1/Redis-x64-5.0.14.1.zip 双击运行redis-server.exe