calvinh99 / mangastyle

The place to find the latest trending mangastyle art on twitter.
0 stars 0 forks source link

Change 'last_updated' #7

Closed calvinh99 closed 2 years ago

calvinh99 commented 2 years ago

Remove auto_now from field 'last_updated'

Instead, make a custom save function for TwitterArtist.

https://stackoverflow.com/questions/1737017/django-auto-now-and-auto-now-add

calvinh99 commented 2 years ago

Done