首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >uwsgi Djangp no model named “项目名”?

uwsgi Djangp no model named “项目名”?

提问于 2019-03-27 11:28:17
回答 1关注 0查看 829

os: Linux-3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018

nodename: VM_0_5_centos

machine: x86_64

clock source: unix

pcre jit disabled

detected number of CPU cores: 1

current working directory: /root

detected binary path: /root/.pyenv/versions/3.6.0/bin/uwsgi

uWSGI running as root, you can use --uid/--gid/--chroot options

*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***

chdir() to /home/sftp/demo2

*** WARNING: you are running uWSGI without its master process manager ***

your processes number limit is 7283

your memory page size is 4096 bytes

detected max file descriptor number: 100001

lock engine: pthread robust mutexes

thunder lock: disabled (you can enable it with --thunder-lock)

uWSGI http bound on :8001 fd 4

spawned uWSGI http 1 (pid: 27422)

uwsgi socket 0 bound to TCP address 127.0.0.1:37791 (port auto-assigned) fd 3

uWSGI running as root, you can use --uid/--gid/--chroot options

*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***

Python version: 3.6.0 (default, Mar 23 2019, 00:57:50) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]

PEP 405 virtualenv detected: /home/sftp/venv

Set PythonHome to /home/sftp/venv

*** Python threads support is disabled. You can enable it with --enable-threads ***

Python main interpreter initialized at 0xfe8590

uWSGI running as root, you can use --uid/--gid/--chroot options

*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***

your server socket listen backlog is limited to 100 connections

your mercy for graceful operations on workers is 60 seconds

mapped 72920 bytes (71 KB) for 1 cores

*** Operational MODE: single process ***

ModuleNotFoundError: No module named 'demo2'

unable to load app 0 (mountpoint='') (callable not found or import error)

*** no app loaded. going in full dynamic mode ***

uWSGI running as root, you can use --uid/--gid/--chroot options

*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***

*** uWSGI is running in multiple interpreter mode ***

spawned uWSGI worker 1 (and the only) (pid: 27383, cores: 1)

相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档