displaying galleries on your page works
[zzz-floof.git] / floof / model / users.py
index 5c9783e..d4a679a 100644 (file)
@@ -12,6 +12,7 @@ class User(Entity):
     uploads = OneToMany('Art')
     has_many('identity_urls', of_kind='IdentityURL')
     searches = OneToMany('SavedSearch')
     uploads = OneToMany('Art')
     has_many('identity_urls', of_kind='IdentityURL')
     searches = OneToMany('SavedSearch')
+    galleries = OneToMany('GalleryWidget')
     
     def __unicode__(self):
         return self.name
     
     def __unicode__(self):
         return self.name