Implemented initial Feed, Entry, and Subscription models and utility functions for...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 28 Feb 2011 08:39:23 +0000 (03:39 -0500)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 28 Feb 2011 09:03:14 +0000 (09:03 +0000)
commitaef8d8229f8f396aae032dda872da002f2ee6681
treeffd81244adae20b7fb6078b20384b5f861ee3a92
parent8c36f9d4d62d80f349569f7f4d0a97949b1e82ce
Implemented initial Feed, Entry, and Subscription models and utility functions for adding and refreshing a feed.
Added initial south schema migration.
Added .gitignore rule to ignore pyc.
.gitignore [new file with mode: 0644]
migrations/0001_initial.py [new file with mode: 0644]
migrations/__init__.py [new file with mode: 0644]
models.py [new file with mode: 0644]
utils.py [new file with mode: 0644]