Put the User object officially in the 'users' document collection
This commit is contained in:
@@ -44,6 +44,8 @@ class MediaEntry(Document):
|
||||
pass
|
||||
|
||||
class User(Document):
|
||||
__collection__ = 'users'
|
||||
|
||||
structure = {
|
||||
'username': unicode,
|
||||
'created': datetime.datetime,
|
||||
|
||||
Reference in New Issue
Block a user