andrewebdev / tehblog

A very simple django blogging app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Replace datetime functions in favour of django arguments #13

Closed andrewebdev closed 14 years ago

andrewebdev commented 14 years ago

We can use the django arguments auto_date_now and auto_date_add instead of our manual datetime methods.