Autodoc¶
pinnwand.command¶
Collection of pinnwand’s command line entry points that allow you to start a HTTP server, add and remove paste, initialize the database and reap expired pastes.
pinnwand.http¶
pinnwand.database¶
-
class
pinnwand.database.
File
(slug, raw, lexer='text', filename=None)¶
-
class
pinnwand.database.
Paste
(slug, expiry=604800, src=None)¶ The Paste model represents a single Paste.
pinnwand.error¶
-
exception
pinnwand.error.
ValidationError
¶ This exception is used to indicate that a certain requst is lacking or has unacceptable data aboard.
pinnwand.path¶
Shorthands for paths for templates, static assets, etc.