Coconuts is a simple photo sharing web application. It is written in Python, using the Django web framework (1.0 or later).

Some of Coconuts's features:
  • authentication: Coconuts uses Django's user system and you can create and manage your users with the admin interface
  • easy to manage: photos and albums are simply stored as files and directories on the server
  • thumbnails: thumbnails are automatically generated as users browse albums
  • pick your resolution: different resolutions for a given photo are available, as well as download of the original file
  • easy to access: it is possible to let Apache serve your photos over WebDAV, making it easy to upload / move / delete pictures straight from your usual file browser

Subversion repository

You can browse the source code for django-coconuts by using WebSVN or browsing the directory.

You can also do a checkout of the current development version of django-coconuts using Subversion with the following command :

svn co https://svn.jerryweb.org/public/django-coconuts/trunk django-coconuts 

Contact info

You can e-mail me comments and questions or you can find out more about me.

Copyright

coconuts is copyright (C) 2008-2012 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).