aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Update for django 1.4Gravatar Tom Willemse2013-05-091-14/+0
|
* Simpler feed settingsGravatar Tom Willemsen2012-05-221-39/+6
| | | | | | | 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/+10
| | | | Each feed can belong to multiple categories. A category is only a slug.
* Fixed some things to work liveGravatar Tom Willemsen2012-03-101-1/+1
|
* Enable parsing of markdown postsGravatar Tom Willemsen2012-03-101-1/+2
|
* Add a little 'design' to the siteGravatar Tom Willemsen2012-03-101-0/+6
|
* Add name and profile link to Feed modelGravatar Tom Willemsen2012-03-101-0/+5
| | | | And show a link to the profile through that url.
* Initial commitGravatar Tom Willemsen2012-03-101-0/+25