Djpasty makes it easy to run Django with the Paste webserver.
Project description
Description
===========
Djpasty makes it easy to run Django with the Paste_ web-server. It
does this by providing a management command which (just like
`runserver`) starts the web-server.
The server directly serves the media folder. This makes it an ideal
solution for small sites or applications for which easy of deployment
is more important than raw performance.
When serving the static files it looks at the `MEDIA_ROOT` and
`MEDIA_URL` settings. Make sure that the `MEDIA_URL` looks like
`/media/` and not like `http://nohost/media/`. Admin media will be
taken care of automatically.
===========
Djpasty makes it easy to run Django with the Paste_ web-server. It
does this by providing a management command which (just like
`runserver`) starts the web-server.
The server directly serves the media folder. This makes it an ideal
solution for small sites or applications for which easy of deployment
is more important than raw performance.
When serving the static files it looks at the `MEDIA_ROOT` and
`MEDIA_URL` settings. Make sure that the `MEDIA_URL` looks like
`/media/` and not like `http://nohost/media/`. Admin media will be
taken care of automatically.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djpasty-0.1.tar.gz
(2.4 kB
view hashes)