HasGeek漏斗——测试版HasGeek的漏斗代码。欢迎您提供补丁或使用此代码根据BSD许可条款运行您自己的漏斗。此代码在微框架上运行。您将需要一系列可以安装的要求:pip install -r requirements.txt。将settings-sample.py复制到settings.py,根据需要进行编辑,然后使用以下命令启动服务器:python runserver.py。建议在生产环境中使用WSGI。在Apache中启用mod_wsgi,并使用以下命令创建VirtualHost:WSGIScriptAlias / /path/to/website.wsgi