Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
$ sudo pip install --upgrade pip && setuptools
3. 其他需要的安全包

$ sudo apt-get install rabbitmq-server python-flower -y



### 程序执行流程
Expand All @@ -31,6 +33,7 @@
http://192.168.31.131:5555/dashboard
rabbitmq 监控界面
http://192.168.31.131:15672
python manage.py runserver localhost:8001



Expand Down
4 changes: 2 additions & 2 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from django.core.management import execute_from_command_line
except ImportError as exc:
raise ImportError(
"Couldn't import Django. Are you sure it's installed and "
"available on your PYTHONPATH environment variable? Did you "
"Couldn't import Django. Are you sure it's installed and "\
"available on your PYTHONPATH environment variable? Did you "\
"forget to activate a virtual environment?"
) from exc
execute_from_command_line(sys.argv)
10 changes: 7 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Babel==2.2.0
Django
MySQL-python==1.2.5
Django<=2.0
PySocks==1.5.6
SQLAlchemy==1.0.11
amqp==1.4.8
Expand All @@ -13,7 +12,7 @@ certifi==2015.11.20.1
django-celery==3.1.17
django-kombu==0.9.4
django-suit==0.2.16
eventlet==0.18.1
eventlet==0.19
flower
futures==3.0.3
gevent
Expand All @@ -29,3 +28,8 @@ tornado==4.2
wsgiref==0.1.2
butterfly==2.0.1
hackhttp==1.0.3
MySQL-python==1.2.5
django-appconf
django-sqlalchemy
django-model-utils
xlwt