flask-blog icon indicating copy to clipboard operation
flask-blog copied to clipboard

simple blog engine written on Flask

Results 7 flask-blog issues
Sort by recently updated
recently updated
newest added

web.py:5: DeprecationWarning: 'etree' is deprecated. Use 'xml.etree.ElementTree' instead. from mdx_github_gists import GitHubGistExtension web.py:8: DeprecationWarning: 'etree' is deprecated. Use 'xml.etree.ElementTree' instead. from mdx_code_multiline import MultilineCodeExtension Traceback (most recent call last): File...

Awesome project! I would like to add extra fields to the form and to the database. I am familiar with flask-migrate and the use of a model.py, but this project...

Tables written in markdown do not render. This can be tested with this: | Tables | Are | Cool | | --- | :-: | --: | | col 3...

On deployment heroku builds it _successfully_ and makes a HTTPS request , but the SNI (Subject Name Indication) extension to TLS is not available on **python-2.7.4** This may cause the...

Hi there, the python_3 branch does not appear to be fully compatible with python 3. Below is a on the python_3 branch ``` Traceback (most recent call last): File "web.py",...

change for python3

Need to show symbols instead of entities in 'code' tag

bug