| author | ymh <ymh.work@gmail.com> |
| Sat, 01 Dec 2012 02:20:06 +0100 | |
| changeset 104 | 7643c6aea04b |
| parent 1 | 08f6e99af174 |
| permissions | -rwxr-xr-x |
|
1
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
diff -r 278:c4b2d21db51a piston/models.py |
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
@@ -118 +118 @@ |
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
timestamp = models.IntegerField() |
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
is_approved = models.BooleanField(default=False) |
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
|
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
- user = models.ForeignKey(User, null=True, blank=True, related_name='tokens') |
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
+ user = models.ForeignKey(User, null=True, blank=True, related_name='piston_tokens') |
|
08f6e99af174
prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
consumer = models.ForeignKey(Consumer) |