google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

contrib templates #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am sure the intent is to use the supplied templates as a starting point
or example and it will take some coding to integrate photologue into an
existing site.  So I can see why it doesn't make much sense to put a bunch
more effort into them.  

But it would be nice if as people did make up there own templates they
could contribute back parts that others might find useful.  for instance, I
just added 

photo_detail.html: {% if object.caption %}<p>{{ object.caption }}</p>{%
endif %}

and object.info

I am looking into some <prev next> paginate like links and who knows what else.

If there were a place to put my work, I would be happy to submit it.

Carl K

Original issue reported on code.google.com by cfkars...@gmail.com on 29 Jun 2008 at 2:57

GoogleCodeExporter commented 9 years ago
Yeah, I output the caption on my photo_detail pages too. Not sure why I didn't 
include that in the example 
templates other than I was trying to keep them as striped down as possible (and 
truthfully I put them together 
in a bit of a rush by stripping site specific content from a production site).

Regardless, if you would like to contribute a set of templates or even 
individual templates that would be great 
and I would be more than happy to post them on the documentation site or 
integrate them into the next 
release :)

Also, the photologue discussion group 
(http://groups.google.com/group/django-photologue) would 
probably be a better place for these kinds of questions/discussions. It's a low 
traffic group (won't clog up your 
inbox). That way other photologue users can add their input easier as well and 
may want to collaborate or 
contribute.

- Justin

Original comment by justin.d...@gmail.com on 30 Jun 2008 at 10:34