I already have a slideshow ready but missing is using the image to be added in the admin to pass the slide!
2014-07-22 10:50 GMT-03:00 Tom Evans <[email protected]>: > On Tue, Jul 22, 2014 at 10:38 AM, Carlos Andre <[email protected]> wrote: > > Hello guys, I'm needing to create a slide of images that come from the / > > media / folder, the structure of the slide is ready, missing how to > > reference images in the templates here are the codes views.py, models.py > and > > of the slide in html > > > > https://gist.github.com/eucandre/1be6120bf51a09a5a62a > > > > can anyone give help on how do I show the pictures and make them iterate? > > Thank you! > > Use javascript to selectively show the active image and hide the > others, using a javascript timer to advance to the next active image. > > There are many many javascript libraries written to achieve this. > "slideshow javascript" or "slideshow jquery" should give you a billion > results to choose from. > > Cheers > > Tom > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/CAFHbX1LMSuhWDV-Tb8_caKf2%3DVnXHo12teU%3DvUotjTo6yvkD8Q%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAA8yBMz89q7FWX_SOepj%2B3Ap5C1HXYHzQZ4yWVFc1ivFZZNOGw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

