
Flask
Flask is a web framework for Python, based on the Werkzeug toolkit.
-
- Sign up for GitHub or sign in to edit this page
- Created by Armin Ronacher
- Released April 1, 2010
- Latest release 3 months ago
Here are 12,726 public repositories matching this topic...
latex support
I tried to use latex in dash, but it is not working.
It seems that the mathjax javacript library is not loaded.
Blueprint
Context
When deploying a Django app (over 50mb) from a Windows 10 machine the tarball retains the Windows directory separators '\\', when deployed to Lambda this causes the error "No module named 'django.core.wsgi': ModuleNotFoundError"
Expected Behavior
- tarball should keep Unix directory separators
Actual
A curated list of awesome Flask resources and plugins
-
Updated
Oct 16, 2019 - 225 commits
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
Hello Everyone, I have been a good time away from the repository.
I Wanted to tell you that I am working on version 3.0 where all errors are corrected and of course, will have many innovative improvements built in.
Best regards!
Preview GitHub Markdown files like Readme locally before committing them.
-
Updated
Oct 16, 2019 - 564 commits
- Python
Test coverage 100%
For now the tests cover 87% of our code base, it would be cool if we can reach the 100% !
Name Stmts Miss Cover Missing
---------------------------------------------------------------
responder/__init__.py 2 0 100%
responder/__main__.py 3 3 0% 1-4
responder/__version__.py 1 0 100%
r
SentryMiddleware
docs: Add an index
Currently, it is a very long page that'd be easier to navigate and search with an index. Also, maybe split up docs in small consumable amount by using different pages?
What likely needs to happen:
- Docs moved inside of package (OR linked via setuptools)
- Docs read and imported via python
- Docs then parsed and available on a per-widget basis.
The ultimate goal of the above is so that there is never any disconnect between docs and UI. It should always stay in sync.
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
-
Updated
Oct 16, 2019 - 799 commits
- Python
I've searched high and low trying to find a flask-sqlalchemy reflect example that actually works.
There seem to be others with the same issue (via stack overflow) who are frustrated. I'm sure you're tired of having to troubleshoot for users as well. :-(
I'd be happy to write up the doc if you could provide a working example (using an app factory and without).
Here's what I've come up with
There is a color input that we can use to give people the ability to set a custom navbar color: https://caniuse.com/#feat=input-color
This was an original design intention of the core theme but never actually realized.
Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json API
-
Updated
Oct 16, 2019 - 236 commits
- Python
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
-
Updated
Oct 16, 2019 - 117 commits
- Python
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
-
Updated
Oct 16, 2019 - 361 commits
- Python
d-kahara commented 2 hours ago •
For anyone that's encountered this issue lately
This has changedfrom werkzeug.contrib.fixers import ProxyFix
app.wsgi_app = ProxyFix(app.wsgi_app)This is what you need:
from werkzeug.middleware.proxy_fix import ProxyFix
app.wsgi_app = ProxyFix(app.wsgi_app, x_proto=1, x_host=1)@noirbizarre perhaps this could also be rec
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
FlaskBB has extensive internationalization support, and several translations already. However, there's still much to be desired. After examining flaskbb's translation practices, I've found the following issues:
It's not clear what translators are supposed to do
After digging in the source files, I discovered that flaskbb uses transifex for cro
Learn about flask
- Repository
- pallets/flask
- Website
- flask.pocoo.org
- Wikipedia
- Wikipedia
It says in the documentation (the last section - "Working with Virtual Environments"):
However `activate_this.p