summaryrefslogtreecommitdiffstats
path: root/fbconnect/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'fbconnect/models.py')
-rwxr-xr-xfbconnect/models.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/fbconnect/models.py b/fbconnect/models.py
deleted file mode 100755
index 2172217d..00000000
--- a/fbconnect/models.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from django.db import models
-from django.contrib.auth.models import User
-
-class FBAssociation(models.Model):
- user = models.ForeignKey(User)
- fbuid = models.CharField(max_length=12, unique=True)