Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Classes | Namespaces
validators.py File Reference

Go to the source code of this file.

Classes

class  wowf.lib.validators.Unique
 Makes sure that a field does not already exist in the database. More...
class  wowf.lib.validators.Exists
 Makes sure that a field exists in the database. More...
class  wowf.lib.validators.ValidLogin
 Makes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login. More...
class  wowf.lib.validators.FileRequired
 Makes sure a file was selected and uploaded. More...
class  wowf.lib.validators.FileType
 Makes sure a file is of the proper type. More...

Namespaces

namespace  wowf.lib.validators