Files
edx-platform/lms/lib/comment_client/commentable.py
2013-06-21 17:33:06 -04:00

9 lines
161 B
Python

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