Re: serving PDF

2005-09-30 Thread Adrian Holovaty
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

Re: serving PDF

2005-09-30 Thread Eric Walstad
I second that emotion. -E

Re: serving PDF

2005-09-30 Thread David S .
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

Re: serving PDF

2005-09-30 Thread Adrian Holovaty
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

Django hosting, anyone?

2005-09-30 Thread Jacob Kaplan-Moss
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

Re: serving PDF

2005-09-30 Thread Robert Wittams
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

Re: How to find details if HTTP 500 - Internal server error

2005-09-30 Thread Adrian Holovaty
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

serving PDF

2005-09-30 Thread David S .
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

How to find details if HTTP 500 - Internal server error

2005-09-30 Thread PythonistL
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

Re: Multiple ManyToMany relationships

2005-09-30 Thread Adrian Holovaty
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

Re: Oct 3rd: Django Presentation (CLEPY)

2005-09-30 Thread Ryan Tomayko
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

Multiple ManyToMany relationships

2005-09-30 Thread benbc
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.