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
- Host: GitHub
- URL: https://github.com/equalsraf/flask-blogpit
- Owner: equalsraf
- License: other
- Created: 2011-09-21T20:47:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-13T09:44:39.000Z (almost 14 years ago)
- Last Synced: 2025-03-06T12:30:54.769Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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)