Re: Seperate Image Model

2011-08-07 Thread Josh
Maybe I should add I don't want to manually assign the images, but script this as much as possible. It involves 1000s of images. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com

Re: Seperate Image Model

2011-08-07 Thread Josh
The images and creation of thumbnails aren't the problem. I'll look into the 1th and 3rd. I've looked at a lot of image apps that might give a solution to my problem, but none fitted my requirements. I'm not sure how to get the images in the content. There might be no image at all, but also on

Re: Seperate Image Model

2011-08-07 Thread Gmail - neonmark
Perhaps one of these: http://schbank.wordpress.com/2010/09/28/django-application-a-simple-gallery/ http://djangopackages.com/grids/g/gallery/ http://gitorious.org/django-simple-gallery/django-simple-gallery/trees/master On 8/7/2011 11:33 PM, Josh wrote: I

Re: Seperate Image Model

2011-08-07 Thread Gmail - neonmark
consider http://code.google.com/p/django-photologue/ On 8/7/2011 11:33 PM, Josh wrote: I'm only working a few weeks with Django and I want some advice about handling images.  Conceptual I have to remind myself that Django i

Seperate Image Model

2011-08-07 Thread Josh
I'm only working a few weeks with Django and I want some advice about handling images. Conceptual I have to remind myself that Django is pure python, so that makes me complicate things sometimes. Also I still have some conceptual difficulties with templates and template_tags. Also I'm not real