Resetting Django Migrations Without Losing Data

This shows how to reset django migrations without losing any data. If you’ve deleted an…

Show all properties of a variable in python (like PHPs var_dump, but better)

“but better” because types are also exposed from inspect import getmembers from pprint import pprint…

views.open error, Slack API

Trying to debug a nondescript error, "The server responded with: {'ok': False, 'error': 'internal_error'}", brings…