Re: Attachments in Django

2008-06-26 Thread bruno desthuilliers
On 26 juin, 19:45, "Greg Lindstrom" <[EMAIL PROTECTED]> wrote: (snip) > My question deals with handling attachments to the announcements. (snip) > I would like to set things up so we can have downloads (pdf, > Word, etc.) (snip) associated with the announcement. (snip) > Can I, or rather how do

Attachments in Django

2008-06-26 Thread Greg Lindstrom
I am just about ready to launch my first Django Website! It for a local gym where my daughter trains and I offered to rewrite their current site because it's out of date (www.sonshineacademy.com). I've set up the database to handle their announcements and I think it's going to work out fine. No

Retrieving attachments in Django Admin interface

2007-01-19 Thread o.drew
I'm writing an app, and I need to do the following: Once I've added an attachment, I need to be able to view it directly from the Django Admin interface (note: there's no public interface to this app). As I'm in development, I'm only using the Django dev. server at the moment, and I'm developin