lilspikey / django-background-task

A database-backed work queue for Django
BSD 3-Clause "New" or "Revised" License
107 stars 207 forks source link

Fix for #28 #30

Open The-Judge opened 5 years ago

The-Judge commented 5 years ago

Changed imports in models.py to importing StringIO from io instead of StringIO in Python3