Files
edx-platform/lms/lib/comment_client/commentable.py
2012-08-13 23:23:13 -07:00

10 lines
181 B
Python

from utils import *
import models
import settings
class Commentable(models.Model):
base_url = "{prefix}/commentables".format(prefix=settings.PREFIX)
type = 'commentable'