Guest User

Untitled

a guest
Feb 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class LectureDelete(DeleteView):
  2. model = Lecture
  3. success_url = reverse_lazy('courses/courses.html')
  4. slug_field = 'whatever your slug name is'
Add Comment
Please, Sign In to add comment