diff options
author | bnewbold <bnewbold@robocracy.org> | 2011-04-21 00:03:52 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2011-04-21 01:17:22 -0400 |
commit | 17f2d1ab9b3344d1880a7f7e98c972b8c599976b (patch) | |
tree | 4d747f42b2aebd3be3c2d8ed4651a808a645fd4f /README | |
parent | 150fa6dce3ac024fd2cf27acfa595d30905f2ccf (diff) | |
download | piccast-17f2d1ab9b3344d1880a7f7e98c972b8c599976b.tar.gz piccast-17f2d1ab9b3344d1880a7f7e98c972b8c599976b.zip |
some basic progress on models etc
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 30 insertions, 2 deletions
@@ -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/<feed_id>/ +/json/sets_by_feed/<feed_shortname>/ +/json/pics_by_set/<set_id>/ + |