Flask
Flask is a web framework for Python, based on the Werkzeug toolkit.
Here are 13,563 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 20, 2019
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
https://docs.python-eve.org/en/stable/config.html table could have more than 2 columns, we could add default and type column (or allowed values if you do not like typings).
It would be much more readable.
| Name | Type | Default | Description
What's wrong
@dvf it would be great if you could fix Step 6: Setting up Flask gist, it affects the workflow at the Learn Blockchains by Building One article. Also there is no way to mention someone at the gist comments, so I created this issue instead.
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!
Having API_URL configurable is really helpful for those of us in a firewalled environment so we can point to our own GitHub Enterprise server, however you get a later error when trying to download styles, as this always attempts to reach https://github.com/joeyespo/grip to grab the CSS from a README page.
I hacked constants.py to point to a GitHub page that is reachable from our network and eve
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?
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 20, 2019 - Python
Current documentation claims that:
To create the initial database, just import the db object from an interactive Python shell and run the SQLAlchemy.create_all() method to create the tables and database:
>>> from yourapplication import db
>>> db.create_all()
Boom, and there is your database.
But the create_all() function does not seem to create the database, only the tables.
In FAB Security Views we can see some logic related to whitelists.
What we do not see in the Superset or FAB documentation is any mention on how to set them up and what effect they have.
Documentation on this would be useful.
We use black to check style in addition to flake8 but I think it might be misconfigured to ignore too many folders. This should get looked at but it's not high priority until black gets wider usage and out of beta.
There is a typo in Info sub-menu (in the navigation bar). It should be “GitHub” with the “h” capitalized.
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
-
Updated
Dec 19, 2019 - Python
Description
With the release of library dynaconf version 2.0, the quokka installation broke.
Then we must change the version of requirements.txt
dynaconf>=1.0.0,<=1.2.1
Reference
Attempting to return the following data structure to the user and document properly in swagger:
{ 'dynamic_key_1': ['string1', 'string2'], 'dynamic_key_2': ['string3]', ... }
i.e. a dictionary with dynamic keys, where values are a list of strings.
Using the example from here can get simple dynamic
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.
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
Bug with avatars
Architecture Style
Created by Armin Ronacher
Released April 1, 2010
Latest release 5 months ago
- 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