You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
newrain001 5b356711a1 更新 'app.py' 4 weeks ago
__pycache__ 修复在3.12版本中用户问题,添加用户验证 4 weeks ago
templates 代码更新 1 year ago
README.md 添加 'README.md' 1 year ago
app.py 更新 'app.py' 4 weeks ago
requirements.txt ss 4 weeks ago
settings.py 修复在3.12版本中用户问题,添加用户验证 4 weeks ago

README.md

该项目是rabbitmq的测试项目

开发者: newrain

使用方法:
git clone https://gitea.beyourself.org.cn/newrain001/rabbitmq-test.git && \
cd rabbitmq-test && yum install -y python3 python3-devel && \
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple && \
export FLASK_ENV=development ; flask run --reload -p 80