An open API service indexing awesome lists of open source software.

https://github.com/equalsraf/flask-blogpit

Blogpit for Flask
https://github.com/equalsraf/flask-blogpit

Last synced: 10 months ago
JSON representation

Blogpit for Flask

Awesome Lists containing this project

README

          

# Flask-blogpit

Blogpit reusable blueprint for flask

## Requirements

Naturally you will need flask, and blogpit. also:

* Flask-WTF
* BeautifulSoup

## Settings:

The following is a list of valid flask setting names:

* BLOGPIT_COMMENTS: Globally enabled comments (default is False)
* SPAM_MESSAGE: A message to be shown when comments are submitted by automated bots
* SERVE_XHR_RAW: Serve file content _Raw_ for Ajax requests (default is False)