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 c4f2398972 Merge pull request '添加 'README.md'' (#2) from master into main 12 months ago
__pycache__ 代码更新 12 months ago
templates 代码更新 12 months ago
README.md 添加 'README.md' 12 months ago
app.py 代码更新 12 months ago
requirements.txt 提交 1 year ago
settings.py 代码更新 12 months 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