Created basic homepage displaying feeds and entries.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 28 Feb 2011 11:32:41 +0000 (11:32 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 28 Feb 2011 11:32:41 +0000 (11:32 +0000)
commit2c563a536795dae3cc7b973595612e245f66f33b
tree41a280c03fe506ae5c295ef23013d3cdb2b7e8bf
parent9b96433a50883314722dd38216dc38e8915f2a4f
Created basic homepage displaying feeds and entries.
Registered models with the admin.
admin.py [new file with mode: 0644]
migrations/0003_auto__add_field_feed_link__add_field_entry_link__chg_field_entry_summa.py [new file with mode: 0644]
models.py
templates/reader/base.html [new file with mode: 0644]
templates/reader/home.html [new file with mode: 0644]
templates/reader/includes/entry.html [new file with mode: 0644]
urls.py [new file with mode: 0644]
utils.py
views.py [new file with mode: 0644]