gaetk2 package¶
Subpackages¶
- gaetk2.config module
- WSGI Application
- WSGI Middlewares
- gaetk2.handlers - WSGI Request Handlers
- gaetk2.jinja_filters module - template filters
- Services provided
- Module contents
- gaetk2.forms package - form handling via WTForms
- gaetk2.helpers module
- gaetk2.tools.taskqueue - access App Engine taskqueues
- gaetk2.datastore module
- gaetk2.resttestlib - Simple Acceptance Tests
- gaetk2.modelexporter module
- gaetk2.admin package
- gaetk2.tools Package
gaetk2.exc module¶
-
exception
gaetk2.exc.HTTPException(message, wsgi_response)[source]¶ Bases:
exceptions.Exception-
exception¶
-
-
gaetk2.exc.HTTP301_Moved¶ alias of
HTTPMovedPermanently
-
gaetk2.exc.HTTP302_Found¶ alias of
HTTPFound
-
gaetk2.exc.HTTP303_SeeOther¶ alias of
HTTPSeeOther
-
gaetk2.exc.HTTP307_TemporaryRedirect¶ alias of
HTTPTemporaryRedirect
-
gaetk2.exc.HTTP400_BadRequest¶ alias of
HTTPBadRequest
alias of
HTTPUnauthorized
-
gaetk2.exc.HTTP403_Forbidden¶ alias of
HTTPForbidden
-
gaetk2.exc.HTTP404_NotFound¶ alias of
HTTPNotFound
-
gaetk2.exc.HTTP405_HTTPMethodNotAllowed¶ alias of
HTTPMethodNotAllowed
-
gaetk2.exc.HTTP406_NotAcceptable¶ alias of
HTTPNotAcceptable
-
gaetk2.exc.HTTP307_TemporaryRedirect alias of
HTTPTemporaryRedirect
-
gaetk2.exc.HTTP409_Conflict¶ alias of
HTTPConflict
-
gaetk2.exc.HTTP410_Gone¶ alias of
HTTPGone
-
gaetk2.exc.HTTP413_TooLarge¶ alias of
HTTPRequestEntityTooLarge
-
gaetk2.exc.HTTP415_UnsupportedMediaType¶ alias of
HTTPUnsupportedMediaType
-
gaetk2.exc.HTTP500_ServerError¶ alias of
HTTPServerError
-
gaetk2.exc.HTTP501_NotImplemented¶ alias of
HTTPNotImplemented
alias of
HTTPServiceUnavailable