mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-25 19:17:35 +00:00
5 lines
163 B
Python
Executable File
5 lines
163 B
Python
Executable File
from django.db import models
|
|
from spa.models._Activity import _Activity
|
|
|
|
class MixLike(_Activity):
|
|
mix = models.ForeignKey('spa.Mix', related_name='likes') |