aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/accounts/models.py')
-rw-r--r--okupy/accounts/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/okupy/accounts/models.py b/okupy/accounts/models.py
index 4da7ee4..239c99f 100644
--- a/okupy/accounts/models.py
+++ b/okupy/accounts/models.py
@@ -51,6 +51,7 @@ class LDAPUser(ldapdb.models.Model):
gentoo_retire_date = ListField(db_column='gentooRetire')
gpg_fingerprint = ListField(db_column='gpgfingerprint')
gpg_key = ListField(db_column='gpgKey')
+ gravatar = CharField(db_column='gravatar')
im = ListField(db_column='gentooIM')
latitude = FloatField(db_column='lat')
location = CharField(db_column='gentooLocation')