Adding a space for custom validators, though we haven't used it yet :)

This commit is contained in:
Christopher Allan Webber 2011-04-23 09:03:25 -05:00
parent 4d75522b91
commit 7bf3f5db0f

View File

@ -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'