From 17f2d1ab9b3344d1880a7f7e98c972b8c599976b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 21 Apr 2011 00:03:52 -0400 Subject: some basic progress on models etc --- README | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 66170c3..3197524 100644 --- a/README +++ b/README @@ -1,3 +1,31 @@ -Piccast README --------------- +PicCast Repo README +------------------- + +./www/ + Static content to be served up over HTTP (eg, stylesheets) + +./piccast/ + Django application base directory + +./doc/ + Project documentation + +./scripts/ + Misc scripts + + +Requirements +------------- +The django application requires: + - django 1.1 + - python-docutils + - python 2.6+ (I think? with pysqlite or whatevah?) + +JSON API +-------- +/json/feeds/ +/json/sets_by_feed// +/json/sets_by_feed// +/json/pics_by_set// + -- cgit v1.2.3