lp://staging/sf-django-appserver

Created by Marco Pantaleoni and last modified

This is the active development branch for the project. This branch can generally be considered stable enough for normal use. Please use this (except possibly for production use).

Get this branch:
bzr branch lp://staging/sf-django-appserver
Members of SoftwareFabrica can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
SoftwareFabrica
Project:
Softwarefabrica django appserver
Status:
Development

Recent revisions

10. By Marco Pantaleoni <email address hidden>

setup.py now uses its finddata module

9. By Marco Pantaleoni <email address hidden>

* integrated sflib.finddata.find_package_data() in setup.py

8. By Marco Pantaleoni <email address hidden>

Added support for HTTPS.

See:

http://www.fairviewcomputing.com/blog/2008/10/23/django-wsgi-handler-ssl-proxies/

In case of HTTPS, the request should indicate to Django that the request is
secure. To do so, in nginx, add the directive:

    proxy_set_header X-Url-Scheme $scheme;

7. By Marco Pantaleoni <email address hidden>

Fixed log 'daemonized' message.

6. By Marco Pantaleoni <email address hidden>

Drop privileges only if user or group are specified.

5. By Marco Pantaleoni <email address hidden>

Removed print of sys.path

4. By Marco Pantaleoni <email address hidden>

Added sys.path manipulation options SYSPATH, SYSPATH_APPEND, SYSPATH_PREPEND.

3. By Marco Pantaleoni <email address hidden>

updated docs.

2. By Marco Pantaleoni <email address hidden>

Added wsgiserver and translogger.

1. By Marco Pantaleoni <email address hidden>

Initial import.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with subtree support (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers