In 2008 I wrote…
mac dvd region code reset
On the Mac you can change the DVD region code 5 times after which no more changes are “allowed”. There’s something fundamentally wrong with hardware that disables itself. Or hardware that essentially dictates to the owner (the owner!) what it can be used for. Anyway, some searching turns up the means to reset the code. The below applies to Pioneer drives. My Mac has a Pioneer DVR-117 drive there’s seems to be no specific firmware for this drive downloadable on the net but some searching on the forums makes it clear that we can use the DVR-108…
Django AttributeError: ‘module’ object has no attribute
If you get the error “AttributeError: ‘module’ object has no attribute ‘xyz’” in Django. It probably means you’ve added a new app but forgot to put the __init__.py file in the app’s directory.