Skip to content

Instantly share code, notes, and snippets.

@nebiyuelias1
Created November 18, 2021 18:20
Show Gist options
  • Save nebiyuelias1/af3982140a32a6ce833ef457c72a091f to your computer and use it in GitHub Desktop.
Save nebiyuelias1/af3982140a32a6ce833ef457c72a091f to your computer and use it in GitHub Desktop.
def pause_item(self, user=None, paused_at=timezone.now()):
self.set_paused_at(paused_at)
self.set_paused_by(user)
self.set_is_paused(True)
return self.get_paused_at()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment