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:
Fergal Moran
2013-04-30 23:26:42 +01:00
parent bafb9633a4
commit 50c9e4e8c1
39 changed files with 98 additions and 376 deletions

View File

@@ -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):