aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-04-23 09:03:25 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-04-23 09:03:25 -0500
commit7bf3f5db0fe720bfb5cb9d85dfb01cdeae13af9d (patch)
tree0f5b5602cb20c0530d1959f2b815bdfdc7a61ddd
parent4d75522b91c13c365f79929bd7760ac6090b2a8b (diff)
downloadmediagoblin-7bf3f5db0fe720bfb5cb9d85dfb01cdeae13af9d.tar.lz
mediagoblin-7bf3f5db0fe720bfb5cb9d85dfb01cdeae13af9d.tar.xz
mediagoblin-7bf3f5db0fe720bfb5cb9d85dfb01cdeae13af9d.zip
Adding a space for custom validators, though we haven't used it yet :)
-rw-r--r--mediagoblin/models.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/mediagoblin/models.py b/mediagoblin/models.py
index 364f7ebf..f3d380cf 100644
--- a/mediagoblin/models.py
+++ b/mediagoblin/models.py
@@ -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'