摘要:
[root@dsc1 mydjango]# ps ax | grep uwsgi 18835 ? S 0:01 uwsgi -i mydjango.ini 18836 ? Sl 0:42 uwsgi -i mydjango.ini 18837 ? Sl 0:42 uwsgi -i mydjango. 阅读全文
摘要:
1.创建子应用python manage.py startapp cmdb 可以创建多层级目录的app 2.加入到项目中 阅读全文
摘要:
1.安装python[root@dsc1 nginx]# python -VPython 3.6.5 2.安装数据库yum install mysql mysql-develyum install sqlite-devel 3.安装django [root@dsc1 mydjango]# pip3 阅读全文
摘要:
[root@dsc1 mydjango]# pip3 install django pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Co 阅读全文