aboutsummaryrefslogtreecommitdiffstats
path: root/ryuslash/aggregator/management/commands/loadfeeds.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't save category in postsGravatar Tom Willemse2013-05-231-1/+0
| | | | | Since the Feed keeps track of this, there's no need to keep it in the Post.
* Add Feed to the databaseGravatar Tom Willemse2013-05-221-30/+23
| | | | | | | Instead of specifying the feeds to use in the `local_settings.py' file specify them with the django admin interface. This means that the `django.contrib.admin', `django.contrib.auth' and all their dependencies have been added to the project.
* Tiny code cleanupGravatar Tom Willemse2013-05-091-9/+9
|
* Leave title blank for posts without titleGravatar Tom Willemse2013-05-091-7/+9
|
* Update for django 1.4Gravatar Tom Willemse2013-05-091-0/+101