You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defdrill_down(self):
""" Stupid and hopefully temporary. Some of the worst code of my life in this function here. TODO: Unstupify. See http://stackoverflow.com/questions/5348157/find-object-in-child-class-from-object-in-parent-class-in-django """try:
returnself.moneybagpieceexcept:
try:
returnself.realthing.ingredientstockexcept:
try:
returnself.realthing.deviceexcept:
returnself.realthing
Obviously we can do better with django-model-utils.
The text was updated successfully, but these errors were encountered:
I'll just let it speak for itself:
Obviously we can do better with django-model-utils.
The text was updated successfully, but these errors were encountered: