Django powered flickr photo voting site
flickrup.com
Django powered flickr photo voting site
1–10 of 23 posts
Re: Django powered flickr photo voting site
#2Please offer any feedback you might have.
Re: Django powered flickr photo voting site
#3Re: Django powered flickr photo voting site
#4The design is clean, I like the concept. I didn't see attribution for each photo, did I miss it? I wouldn't feel comfortable visiting the site everyday if you don't give credit to the photographer.
Re: Django powered flickr photo voting site
#5Re: Django powered flickr photo voting site
#6Re: Django powered flickr photo voting site
#7Other than that, looks pretty cool.
Re: Django powered flickr photo voting site
#8By the way, this site used to be written in php (Code Igniter), but I just rewrote it in Python (Django), which took about 2 weeks. I also automatically pull top photos from Flickr's interestingness api, so there's always fresh content on the site. Please offer any feedback you might have.
Re: Django powered flickr photo voting site
#9Re: Django powered flickr photo voting site
#10One question about your implementation. Last time I checked Django their file upload mechanism wasn't pretty, I'm not sure if you're dealing with file uploads, but did it cause any pains? Please enlighten me.