Closed lay126 closed 9 years ago
https://github.com/caffeinehit/django-follow
api...? 도전해 본다..?
2dd0a33
API 추가 성공 urlpatterns을 여러개 추가해 볼 수 있는 방법 없을까?
def toggle(request, app, model, id): model = cache.get_model(app, model) obj = model.objects.get(pk=id) return _toggle(request.user, obj)
cache.get_model이 모델을 받아오지 못함
d2ec0ce
API STOP
FOLLOW 기능 구현
만들어야 하는 함수
팔로우 언팔로우
각각 함수로 구현하여 사용한다.
뉴스피드에 팔로우 하는 사람 글만 뜬다 -> FUDING이라는 기본 사용자 만들어 기본 팔로잉 하나 만들기.
자체 기능 구현
dc450d8