couchpotato package

Subpackages

Module contents

class couchpotato.BaseHandler(application, request, **kwargs)[source]

Bases: tornado.web.RequestHandler

get_current_user()
class couchpotato.KeyHandler(application, request, **kwargs)[source]

Bases: tornado.web.RequestHandler

get(*args, **kwargs)
class couchpotato.LoginHandler(application, request, **kwargs)[source]

Bases: couchpotato.BaseHandler

get(*args, **kwargs)
post(*args, **kwargs)
class couchpotato.LogoutHandler(application, request, **kwargs)[source]

Bases: couchpotato.BaseHandler

get(*args, **kwargs)
class couchpotato.WebHandler(application, request, **kwargs)[source]

Bases: couchpotato.BaseHandler

get(*args, **kwargs)
couchpotato.addView(route, func)[source]
couchpotato.apiDocs(*args)[source]
couchpotato.databaseManage(*args)[source]
couchpotato.get_db()[source]
couchpotato.index(*args)[source]
couchpotato.manifest(handler)[source]
couchpotato.page_not_found(rh)[source]
couchpotato.robots(handler)[source]