https://github.com/justquick/django-lighty
Easily deploy multiple Django sites using Lighttpd+FastCGI. Supports load balancing and VirtualEnv projects
https://github.com/justquick/django-lighty
Last synced: 2 months ago
JSON representation
Easily deploy multiple Django sites using Lighttpd+FastCGI. Supports load balancing and VirtualEnv projects
- Host: GitHub
- URL: https://github.com/justquick/django-lighty
- Owner: justquick
- Created: 2010-02-05T04:36:30.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-11T14:15:46.000Z (over 16 years ago)
- Last Synced: 2025-08-04T20:20:21.296Z (11 months ago)
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Django-Lighttpd Documentation
==============================
:Authors:
Justin Quick
:Version: 0.1
Django-Lighty is able to deploy multiple `Django `_ sites using `Lighttpd `_ and `FastCGI `_ in production.
It generates the configuration and manages the FastCGI processes with the ability to reload them independently.
Sites are defined in the db and can be rolled out using a few management commands.
Supports proxying among multiple backends for load balancing.
Provides `Fabric `_ deployment files for pushing out projects to multiple servers.
It plays nicely with `VirtualEnv `_ based projects.
TODO
=======
* Add Fab deploy script
* Test proxying/clustering