摘要:
run some tasks which could look like CRON within linux/UNIX in python.Here's a demo which run on ubuntu12.04sudo pip install apschedulerthen1) run a t... 阅读全文
摘要:
Here is a brief introduction and package of dotfiles for linux/unix user.I think there are enough informative description about the package.Here is th... 阅读全文
摘要:
I did a demo about how to deploy other python apps served by a 'supervisord' daemon processor on github.Here is the link. http://github.com/xros/super... 阅读全文
摘要:
There is a project which is deployed within django. So its authentication system is built from Django itself.But ususually we want to get good use of it. And we don't want to build another system to manage 'user' information.So, we can use django within tornado. I mean use tornado more.W 阅读全文