add 'delete etherpad cookie', optimize the 'checkPadExists' function

This commit is contained in:
2020-09-23 16:47:44 +00:00
parent 99e3034c0d
commit 526bfcd989
6 changed files with 142 additions and 132 deletions

View File

@@ -9,7 +9,7 @@ from rest_framework import viewsets
from taggit.models import Tag
from .models import Post, PostSerializer, FetMeeting
from documents import get_pad_link
from documents.api import get_pad_link
from documents.etherpadlib import add_ep_cookie
from members.models import Member, JobMember