Guest User

Untitled

a guest
Jan 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. movies = Movies.query()
  2. movies = movies.order(-Movies.added)
  3. movie = movies.get(keys_only = True) // get_latest_movie_id
Add Comment
Please, Sign In to add comment