aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Update for django 1.4Gravatar Tom Willemse2013-05-092-40/+0
|
* Simpler feed settingsGravatar Tom Willemsen2012-05-223-170/+13
| | | | | | | Now this might be a temporary change, but for now configuring feeds is kept out of the database and placed in the `settings.py'. I am thinking of adding a web-based interface though, which would also mean I place everything back in a database.
* Add Category modelGravatar Tom Willemsen2012-03-221-0/+70
| | | | Each feed can belong to multiple categories. A category is only a slug.
* Add simple commentsGravatar Tom Willemsen2012-03-131-0/+49
|
* Fixed some things to work liveGravatar Tom Willemsen2012-03-101-1/+1
|
* Enable parsing of markdown postsGravatar Tom Willemsen2012-03-101-5/+7
|
* Add name and profile link to Feed modelGravatar Tom Willemsen2012-03-101-0/+4
| | | | And show a link to the profile through that url.
* Initial commitGravatar Tom Willemsen2012-03-102-0/+72