diff options
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/ |