Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Feature(models.Model):
- class Meta:
- abstract = True
- class ImageFeature(Feature):
- image_field = models...
- class RSSFeature(Feature):
- url_field = models...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement