升级版本,应用大屏设计风格
This code is in Productin, if U want to change it to in Development, Please update the parameter 'DEBUG=False' in NetworkCenter/setting.py to 'DEBUG=True'.
python3.5 pip freeze > requirements.txt
pip install -r requirements.txt
基于python3.5开发、运行
python manage.py runserver 0.0.0.0:80
or
python3 manage.py runserver 0.0.0.0:80
Note: Now this project code in production