mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-20 13:19:24 +00:00
Basic upgrade to all base packages, Django, Celery and others.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from datetime import datetime, timedelta
|
||||
from urllib2 import HTTPError, URLError
|
||||
from celery.task import Task
|
||||
from celery.decorators import task
|
||||
from celery.task import Task, task
|
||||
from reddit.models import RedditAccount
|
||||
from reddit.api import Inbox, LoginError, Flair
|
||||
from django.conf import settings
|
||||
|
||||
Reference in New Issue
Block a user