1
0
Fork 0

Merge pull request #122 from cthulahoops/import_reviews

Import reviews
This commit is contained in:
Mouse Reeve 2020-04-02 09:15:18 -07:00 committed by GitHub
commit 6ad8d8662c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 53 additions and 23 deletions

View file

@ -1,9 +1,10 @@
''' handles all the activity coming out of the server '''
from urllib.parse import urlencode
from django.db import IntegrityError, transaction
from django.http import HttpResponseNotFound, JsonResponse
from django.views.decorators.csrf import csrf_exempt
import requests
from urllib.parse import urlencode
from fedireads import activitypub
from fedireads import models