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!

-- 
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/c8c1ed72-83be-4bba-8bad-5116d36b62c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to