Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog案例展示 #2

Open
the5fire opened this issue Nov 15, 2013 · 9 comments
Open

blog案例展示 #2

the5fire opened this issue Nov 15, 2013 · 9 comments

Comments

@the5fire
Copy link
Owner

用这套源码搭建起来博客的同学不妨放着链接在这里。也方便大家参观。也可以带些流量。

跟帖格式可以如下,按照我的博客来说。

blog:http://the5fire.com
服务器:webfaction centos
部署环境:virtualenv+supervisord+nginx+django1.5

@changheluor007
Copy link

blog:http://www.weirdbird.net

服务器:vps ubuntu

部署环境:uwsgi+nginx+django1.5

@Jythoner
Copy link

Jythoner commented May 2, 2014

blog: http://www.virtualenv.net

服务器: vps centos

部署环境: virtualenv+nginx+gunicorn+django1.5

@btyh17mxy
Copy link

blog:http://mushapi.sinaapp.com/
服務器:SAE
部署環境: virtualenv+django1.5

@jasper-zhang
Copy link

blog: http://www.opscoder.info/
服务器:vps centos
部署环境:nginx+uwsgi+django1.7

@the5fire
Copy link
Owner Author

@aidenZou php是什么鬼?

@ghacer
Copy link

ghacer commented Aug 1, 2015

blog:http://shuadadao.info
vps:DO Centos
nginx + supervisor + virtualenv + gunicorn + django1.8
借鉴(抄袭)很多, 感激(爽得)不尽。

@TianBright
Copy link

@the5fire , 我搭建遇到问题,请教:
已安装虚拟环境和依赖包,数据库已设置完毕,在执行python manage.py syncdb的时候,报错:

(nbenv)[root@StabilityPython selfblog]# python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 8, in
execute_from_command_line(sys.argv)
File "/home/nbenv/lib/python2.6/site-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/home/nbenv/lib/python2.6/site-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/nbenv/lib/python2.6/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(_args, *_options.dict)
File "/home/nbenv/lib/python2.6/site-packages/django/core/management/base.py", line 280, in execute
translation.activate('en-us')
File "/home/nbenv/lib/python2.6/site-packages/django/utils/translation/init.py", line 130, in activate
return _trans.activate(language)
File "/home/nbenv/lib/python2.6/site-packages/django/utils/translation/trans_real.py", line 188, in activate
_active.value = translation(language)
File "/home/nbenv/lib/python2.6/site-packages/django/utils/translation/trans_real.py", line 177, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/home/nbenv/lib/python2.6/site-packages/django/utils/translation/trans_real.py", line 159, in _fetch
app = import_module(appname)
File "/home/nbenv/lib/python2.6/site-packages/django/utils/importlib.py", line 40, in import_module
import(name)
ImportError: No module named duoshuo

请问这个怎么解决?

@CharmingZhou
Copy link

blog: http://charmingzhou.com

服务器: 阿里云 centos

部署环境: virtualenv+nginx+gunicorn+django1.7

@the5fire
Copy link
Owner Author

@TianBright 需要安装duoshuo的模块

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants