Files
edx-platform/lms/lib/comment_client/commentable.py
2013-03-15 11:23:22 -04:00

11 lines
183 B
Python

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