Skip to content

Instantly share code, notes, and snippets.

"""Author: Rob Moore <[email protected]>"""
import logging
import signal
import struct
import sys
from django.contrib.auth.models import check_password
from django.contrib.auth.models import User
from django.core.management.base import BaseCommand