2buntu / 2buntu-blog

Source code for the 2buntu blog.
http://2buntu.com
Apache License 2.0
15 stars 11 forks source link

A post scheduler #33

Closed nitstorm closed 10 years ago

nitstorm commented 10 years ago

A post scheduler, so that we can schedule posts to be published at a future datetime.

nathan-osman commented 10 years ago

This would depend on a cron job since there is no sense of "scheduled" tasks in Django. It is, however, a great idea. I could definitely see where this would be useful - big releases and such.

nathan-osman commented 10 years ago

This is one-half complete. All of the code is in place to schedule articles for later publishing, including a new button on the article view pages. The only thing left is to make an administration command that publishes articles when they are scheduled.

nathan-osman commented 10 years ago

This is now complete! We have a working implementation running live now - however, it needs testing. So if someone could write an article, schedule it, and then check to make sure it was published - that would be great.

nitstorm commented 10 years ago

Awesome :+1: