jfm / django-stockphoto (http://carcosa.net/jason/software/django/stockphoto/)

Stockphoto is a photogallery application written using the Django web application framework. It is designed to integrate into existing dynamic websites built with Django, to be easy to install, and to have few prerequisites, both in terms of third-party modules and in terms of expectations about site layout. It attempts to make maximum use of built-in Django facilities (authentication, admin pages, generic views) as much as possible in order to provide the simplest possible photogallery application while providing a reasonably full set of features.

Clone this repository (size: 85.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/jfm/django-stockphoto/
commit 37: 73a35d87715b
parent 36: 3a19b6621b28
branch: default
tags: release-0.2.1
Updated version in README
jmcbray
2 years ago

Changed (Δ2 bytes):

raw changeset »

README (1 lines added, 1 lines removed)

Up to file-list README:

@@ -30,7 +30,7 @@ Installation
30
30
Requirements
31
31
~~~~~~~~~~~~~~~~~~~~
32
32
33
This document refers to version 0.2 of stockphoto.
33
This document refers to version 0.2.1 of stockphoto.
34
34
35
35
+ PIL_ (Python Imaging Library)
36
36
+ Django_ 0.96 or later SVN trunk