Skip to main content

Yet another WSGI Paste factory for paste sponsored by Makina Corpus

Project description

Introduction

Yet another paste factories for django

Makina Corpus sponsored software

makinacom

What is dj.paste

It is just another PythonPaste applications wsgi wrappers:

  • dj.paste#mono or only dj.paste:

    A paste factory to use when you have only one django on your instance

  • dj.paste#multi

    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

With paste, just add another app entry with a django_settings_module variable to point to your django settings

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

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

django factory

Checking that everything is in place:

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

Changelog

1.12 (2012-02-22)

  • add weberror wrapper

1.10 (2012-02-22)

  • proper release

1.8

  • add a mono factory (and now the default)

  • cleanup

1.3 - 1.4

  • fix multiple djangos in the same paste instance

1.2

1.0

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj.paste-1.12.zip (17.0 kB view details)

Uploaded Source

File details

Details for the file dj.paste-1.12.zip.

File metadata

  • Download URL: dj.paste-1.12.zip
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dj.paste-1.12.zip
Algorithm Hash digest
SHA256 8ce3ff759be44b98f44b3de298a233e573fb94c13c789861401a30e90a101967
MD5 453c7dfa5c4e0ae0bb3ad052ed92a494
BLAKE2b-256 c2127eb8e0f3dd7e15c8290cfb143c36daac1ef0dbabd2829d4bf7ab0431b655

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page