recommended method for administrative scripts?

2008-09-26 Thread ssam
Hello I have just made my first django site for my uncles wedding photos. It is very simple, just photos and tags, with a ManyToMany relationship. I have only made views for viewing the photos and am using the django admin system for uploading and tagging. I am wondering what is the best way to

Re: recommended method for administrative scripts?

2008-09-26 Thread Erik Allik
With sorl.thumbnail you don't have to do that at all. It allows you to specify resize size on the fly, then caches the resulting image and always recreates the image if the size changes automatically. Erik On 26.09.2008, at 22:50, ssam wrote: > > Hello > > I have just made my first django s

Re: recommended method for administrative scripts?

2008-09-26 Thread Brian Neal
On Sep 26, 2:50 pm, ssam <[EMAIL PROTECTED]> wrote: > Hello > > I have just made my first django site for my uncles wedding photos. It > is very simple, just photos and tags, with a ManyToMany relationship. > I have only made views for viewing the photos and am using the django > admin system for