Adding a space for custom validators, though we haven't used it yet :)
This commit is contained in:
parent
4d75522b91
commit
7bf3f5db0f
@ -21,6 +21,15 @@ from mongokit import Document, Set
|
||||
from mediagoblin.auth import lib as auth_lib
|
||||
|
||||
|
||||
###################
|
||||
# Custom validators
|
||||
###################
|
||||
|
||||
########
|
||||
# Models
|
||||
########
|
||||
|
||||
|
||||
class User(Document):
|
||||
__collection__ = 'users'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user