diff options
author | bnewbold <bnewbold@robocracy.org> | 2011-04-22 07:03:55 +0000 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2011-04-22 07:03:55 +0000 |
commit | a50e81a087fc55afcfd75d03bbb1a2a28eef72cd (patch) | |
tree | cec8f5c8ad7d0d2657f112d048d443b872434c46 /README | |
parent | 650b25a5d804bbca398c7de887897915b3f4e4c5 (diff) | |
download | piccast-a50e81a087fc55afcfd75d03bbb1a2a28eef72cd.tar.gz piccast-a50e81a087fc55afcfd75d03bbb1a2a28eef72cd.zip |
updated static fallthrough system
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,8 @@ PicCast Repo README ------------------- ./www/ - Static content to be served up over HTTP (eg, stylesheets) + Static content to be served up over HTTP (eg, stylesheets). + The webserver will check here first (except for index.html) ./piccast/ Django application base directory @@ -23,6 +24,9 @@ The django application requires: - python-feedparser - python 2.6+ (I think? with pysqlite or whatevah?) +also, ./www/media/admin/ should be a symlink to the django admin media (eg, +/usr/share/pyshared/django/contrib/admin/media/) + JSON API -------- /json/feeds/ |