Sunday, April 28, 2013

XFCE reboot on Ctrl+Alt+Delete

xfconf-query -c xfce4-keyboard-shortcuts -n -p "/commands/custom/Delete" -t string -s "xfce4-session-logout -r"

Exclude the only specific field from django serialization

MyModel._meta.get_field('my_field').serialize = False