另一家由makina corpus赞助的wsgi粘贴工厂

dj.paste的Python项目详细描述


What is dj.paste

它只是另一个PythonPaste applicationswsgi包装器:

  • ^{tt1}$ or only ^{tt2}$:
    A paste factory to use when you have only one django on your instance
  • ^{tt3}$
    A paste factory to use when you have more than one django on your instance but be careful that there is a fakeDjangoModule trick that can lead to problems (not seen so far)

How to use dj.paste

Django App

使用paste,只需添加另一个带有django_settings_模块变量的应用程序条目,以指向 您的django设置

[composite:main]
use = egg:Paste#urlmap
/ = foo

[app:foo]
use=egg:dj.paste
django_settings_module=foo.settings

django factory

检查是否一切就绪:

>>> resp = app.get('/')
>>> 'first django' in resp.body.lower()
True

Changelog

1.14 (2012-02-22)

  • 添加weberror包装器

1.10 (2012-02-22)

  • 正确释放

1.8

  • 添加Mono工厂(现在是默认值)
  • 清理

1.3 - 1.4

  • 在同一粘贴实例中修复多个djangos

1.2

1.0

  • 初始版本

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何获取所有链接并使用SeleniumWebDriver逐个单击这些链接   java中数组列表的arraylist移位元素   java如何存储具有不同类型参数的元素   java不能使用List<Future<?>>当从不同位置调用时,在方法参数中   java我应该如何修复代码以避免测试代码出错?   安卓 PreferenceFragment java。lang.RuntimeException   java在运行emulator时发现错误   java取消多个AsyncTask回调的有效方法是什么?如果中途满足条件,这些回调将在将来返回?   有没有办法在运行时将方法动态分配给Java类?   java如何将propertyfile与GlassFish一起使用   如何在PHP中使用bcrypt对密码进行哈希处理?   Java和UDP web服务器   java JPA允许EntityListeners执行JPA操作吗?   java执行do while语句时不会产生错误   java无法在edittext中显示数据库中的数据   java Tomcat中活动会话的数量   java在何处使用@SuppressWarnings(“requestfactory”)   netty连接中的java HornetQ异常