djangoflash.storage — Flash storage backends

This package provides some built-in flash storage backends used to persist the flash contents across requests.

djangoflash.storage.get_storage(module)

Creates and returns the flash storage backend defined in the given module path (ex: "myapp.mypackage.mymodule"). The argument can also be an alias to a built-in storage backend, such as "session" or "cookie".