First draft async imports.

This commit is contained in:
Adam Kelly
2020-04-20 17:10:19 +01:00
parent bba63e3515
commit 881cc4d64b
8 changed files with 57 additions and 56 deletions

View File

@ -14,6 +14,7 @@ from fedireads import models, outgoing
from fedireads import status as status_builder
from fedireads.remote_user import get_or_create_remote_user
from fedireads.tasks import app
from fedireads.status import create_notification
@csrf_exempt