The Basics
I wanted an easy way to get any random image from my Picasa Web public gallery onto my Web page, so I built this. It uses the RSS feeds provided by Google to first find all of the public albums. Then it finds all photos within the albums it finds. Basic information about each photo and album is then stored in the local database to make retrieval a bit faster. The local database can easily be refreshed when needed from the Django administration utility.
Project Home – http://code.google.com/p/django-picasa/Grab the Repository – svn checkout http://django-picasa.googlecode.com/svn/trunk/
Recent Commits
-
5 was committed 3 months, 4 weeks ago.
Updated to work with the newforms-admin
-
4 was committed 4 months, 2 weeks ago.
Added some error handling
-
3 was committed 4 months, 3 weeks ago.
Added some loading images and changed the template a bit
-
2 was committed 4 months, 4 weeks ago.
Initial import of the working code.
-
1 was committed 4 months, 4 weeks ago.
Initial directory structure.