class Source(models.Model):
"""A collection of books, which might be defined before publishing them."""
netloc = models.CharField(_('network location'), max_length=120, primary_key=True)
class Source(models.Model):
"""A collection of books, which might be defined before publishing them."""
netloc = models.CharField(_('network location'), max_length=120, primary_key=True)