Flask
Flask is a web framework for Python, based on the Werkzeug toolkit.
Here are 13,490 public repositories matching this topic...
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
Dec 15, 2019
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
Dec 13, 2019 - Python
Socket.IO integration for Flask applications.
-
Updated
Dec 15, 2019 - 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
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
Dec 14, 2019 - Python
ie. what does it mean when a "path part is empty" or "name is not a string" or "Private torrent doesn't have our tracker".
The link would show when the .torrent fails validation serverside.
Related to #117 as well.
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
-
Updated
Dec 15, 2019 - Python
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
-
Updated
Dec 15, 2019 - Python
In a POST or PUT request, nothing in the HTTP protocol states that the request bodies should be non-empty. However, these two lines prevent an empty body from being sent if an API endpoint is being
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.
We should add support for TravisCI or CircleCI or the like so we can run the test suite across key platforms including:
- macOS
- Windows
- Ubuntu
- CentOS
This would help catch issues like seen with #152
Created by Armin Ronacher
Released April 1, 2010
Latest release 5 months ago
- Repository
- pallets/flask
- Website
- flask.pocoo.org
- Wikipedia
- Wikipedia
I tried to use latex in dash, but it is not working.
It seems that the mathjax javacript library is not loaded.