Guest User

Untitled

a guest
Jan 18th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1.     def save(self, commit=True):
  2.         try:
  3.             instance = super(CategoryForm, self).save(commit=False)
  4.             print()
  5.         except Exception as e:
  6.             print()
Advertisement
Add Comment
Please, Sign In to add comment