aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/migrations/0001_initial.py
Commit message (Collapse)AuthorAgeFilesLines
* Update for django 1.4Gravatar Tom Willemse2013-05-091-40/+0
|
* Simpler feed settingsGravatar Tom Willemsen2012-05-221-51/+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.
* 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-101-0/+72