On 9/30/05, David S. <[EMAIL PROTECTED]> wrote:
> I am wondering how best to serve PDF files in Django.
>
> I am using ReportLab to generate a file.
Hi David,
I've just added this documentation:
http://www.djangoproject.com/documentation/outputting_pdfs/
Adrian
--
Adrian Holovaty
holovaty.com
I second that emotion.
-E
Adrian Holovaty gmail.com> writes:
> > I've just added this documentation:
>
> http://www.djangoproject.com/documentation/outputting_pdfs/
>
> Adrian
I have to say that the documentation for this project is fantastic. It sets it
apart from many other great tools for its clarity and the impac
On 9/30/05, David S. <[EMAIL PROTECTED]> wrote:
> I am wondering how best to serve PDF files in Django.
>
> I am using ReportLab to generate a file.
It's entirely possible to serve PDF files dynamically using Django.
I've done this in the past, generating NCAA tournament brackets
dynamically for
Hello fellow Djangonauts --
I've been thinking about launching a managed Django hosting service;
is anyone interested?
The big benefit Django hackers would get from such a service would be
that the LAPD (Linux/Apache/Postgres/Django) stack would be fully set
up when you signed up, so the
David S. wrote:
> I am wondering how best to serve PDF files in Django.
>
> I am using ReportLab to generate a file.
>
> So should I name it and place it where the server can fetch it?
>
> Does the URL have to end in pdf for it to be handled by the browser?
>
> Can I configure the develo
On 9/30/05, PythonistL <[EMAIL PROTECTED]> wrote:
> I use mod_python with Apache and it works Django ok, until there is an
> error in my Django code. Then I get
> HTTP 500 - Internal server error
> without any details.
> Is it possible to get some debug info that could help me find the
> reason of
I am wondering how best to serve PDF files in Django.
I am using ReportLab to generate a file.
So should I name it and place it where the server can fetch it?
Does the URL have to end in pdf for it to be handled by the browser?
Can I configure the development server to this task?
Thanks
I use mod_python with Apache and it works Django ok, until there is an
error in my Django code. Then I get
HTTP 500 - Internal server error
without any details.
Is it possible to get some debug info that could help me find the
reason of HTTP 500 - Internal server error ?
In my httpd.conf I have
On 9/30/05, benbc <[EMAIL PROTECTED]> wrote:
> I'm having problems with multiple ManyToMany relationships between two
> models.I don't see all the methods I expect for navigating between
> them. I'm using revision 698, checked out a few days ago.
Hey Ben,
I believe this issue has already be
I'd like to make this as well. Quick question: is it on the 3rd or
the 6th? This page...
http://www.clepy.org/meetings/2005_10_06_mtg_details
... says the 6th but here we're saying the 3rd.
Ryan
On Sep 25, 2005, at 4:46 PM, Ian Maurer wrote:
I am going to be doing a presentation on Django
Hi
I'm having problems with multiple ManyToMany relationships between two
models.I don't see all the methods I expect for navigating between
them. I'm using revision 698, checked out a few days ago.
Here are the models:
from django.core import meta
class Group(meta.Model):
name = meta.
12 matches
Mail list logo