On Thu, May 8, 2014 at 12:43 PM, bradford li <bradfor...@gmail.com> wrote:

> I want to know how to display images separated by albums onto a page in
> Django. So far, I've learned how to do so with the line
>
> <img src="{% static "images/python-l...@2x.png" %}">
>
> in my html file.
>
> What I want to do is have a few album thumbnails out and upon click, all
> the images from the album should be displayed. I believe I would do this
> with an AJAX request. I am probably going to categorized these photos with
> tags and put names one them and other characteristics.
>
> I am new to Django so I am not sure where and how to start with this app
> of mine. Could someone lend me a hand and propose a method ot guideline on
> how to do so? Much appreciated!
>

Have a look at django-photologue for some code-inspiration.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7tdFSKgHRCqLKwfj3Dsu%3Drk7FfoKyTCa8cvOETtXmy1enrxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to