mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-27 12:07:54 +00:00
Removed userfollows model and changed to ForeignKey properties in UserProfile
Migrations got a bit borked so doing this commit to stage the migrations in live as I don't want to have a massive, potentially dangerous, migration.
This commit is contained in:
@@ -2,7 +2,7 @@ from tastypie import fields
|
||||
from tastypie.authentication import Authentication
|
||||
from tastypie.authorization import Authorization
|
||||
from spa.api.v1.BackboneCompatibleResource import BackboneCompatibleResource
|
||||
from spa.models.Comment import Comment
|
||||
from spa.models.comment import Comment
|
||||
|
||||
|
||||
class CommentResource(BackboneCompatibleResource):
|
||||
|
||||
Reference in New Issue
Block a user