Skip to main content

Yet another WSGI Paste factory for paste

Project description

Introduction

Yet another paste factories for django

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 or only dj.paste:

    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()
T

Changelog

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.6dev.zip (15.9 kB view details)

Uploaded Source

File details

Details for the file dj.paste-1.6dev.zip.

File metadata

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

File hashes

Hashes for dj.paste-1.6dev.zip
Algorithm Hash digest
SHA256 e626dbe3b9c5aeea32d976d02eb906b60682bc73c20b4df2554a842384cee5ea
MD5 89a9be9da80e21c3c3fdee630c4a5bf0
BLAKE2b-256 9aaf272c73b50e7a57bb618f167facc55aa5e8c9ac4704b2ba9e1f57d3a145fe

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