.)_(.
.)_(.
django-celery seems to still be needed to include the admin functionality as well.
With a little digging, it seems he's still active[1]. If I had to guess, the project owner either lost interest or is under nda. [1] "Last seen 9 hours ago"...
``` py DATE_INPUT_FORMATS = [ '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06' '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' '%d %b %Y', '%d %b,...