summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorMaksim A. Boyko <maksim.a.boyko@gmail.com>2012-08-24 04:37:49 -0400
committerMaksim A. Boyko <maksim.a.boyko@gmail.com>2012-08-24 04:37:49 -0400
commit3462a3ecb8fd31539a000c2a10172f98d71351a8 (patch)
tree4b9413fab81fa75b159296647bf4aa577a0723ca /backend
parentb637861690474cfcb6b3fee9eab39339ec6ad232 (diff)
Backend: Update user profile admin model
Diffstat (limited to 'backend')
-rw-r--r--backend/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/models.py b/backend/models.py
index fc2d9ec..542346a 100644
--- a/backend/models.py
+++ b/backend/models.py
@@ -55,6 +55,8 @@ class SJUserProfileAdmin(admin.ModelAdmin):
'score',
'access',
'bio',
+ 'lastseen_chat',
+ 'lastseen_webcam',
'settings_text',
)