aboutsummaryrefslogtreecommitdiffstats
path: root/ryuslash
Commit message (Collapse)AuthorAgeFilesLines
* Add profile urlHEADmasterGravatar Tom Willemse2013-05-233-1/+7
|
* Add the all category and show feeds on pageGravatar Tom Willemse2013-05-235-22/+41
|
* 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.
* Show message when no posts have been loadedGravatar Tom Willemse2013-05-221-0/+2
|
* Add Feed to the databaseGravatar Tom Willemse2013-05-227-52/+112
| | | | | | | 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-094-14/+18
|
* Leave title blank for posts without titleGravatar Tom Willemse2013-05-092-8/+10
|
* Use bootstrapGravatar Tom Willemse2013-05-093-60/+71
|
* Update for django 1.4Gravatar Tom Willemse2013-05-0922-0/+747