mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-04 16:04:35 +00:00
Fixed type in Comment.py import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from django.contrib.auth.models import User
|
||||
from django.db import models
|
||||
from spa.models._BaseModel import _BaseModel
|
||||
%from spa.models.Mix import Mix
|
||||
from spa.models.Mix import Mix
|
||||
|
||||
class Comment(_BaseModel):
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user