collove / pasteme

⚡ RESTful Pastebin Service for @hashnode via @planetscale
https://pasteme.pythonanywhere.com
MIT License
85 stars 7 forks source link

ADD: [Feature] paste expiry #61

Closed Farhaduneci closed 2 years ago

Farhaduneci commented 2 years ago

Hey Sadra! I've added a new field called expires_in to the Snippet model, which represents expiry days! This PR also includes snippet template badges and everything needed for #48 to be resolved.

Ex: if a models has expires_in value of 7 it means it will be expired in 7 days.

lnxpy commented 2 years ago

Thanks. :)