Skip to content
#

Flask

flask logo

Flask is a web framework for Python, based on the Werkzeug toolkit.

Here are 13,814 public repositories matching this topic...

pgpgpg
pgpgpg commented Jan 22, 2018

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

  1. tarball should keep Unix directory separators

Actual

codeindulgence
codeindulgence commented May 17, 2018

When the Github API returns an error, the command should exit and print the error to stderr instead of rendering a HTML page.

Maybe this only applies to --export mode, and not the normal live-reload mode.

Scenario:
We've been happily using grip to render some documentation when a commit it pushed to our repo.
One day we had users reporting that the usual documentation had been replaced w

taoufik07
taoufik07 commented Aug 6, 2019

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
christabor
christabor commented May 10, 2017

What likely needs to happen:

  1. Docs moved inside of package (OR linked via setuptools)
  2. Docs read and imported via python
  3. 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.

cpaulik
cpaulik commented Oct 17, 2019

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.

metaperl
metaperl commented Dec 19, 2019

In my work to customize Superset (a FAB app), I often wondered about the relationship between the FAB database entities. As such, it would be nice to use a tool (I used DataGrip) to document these relationships.

Alternatively, some people might prefer a UML model of the various classes in the FAB source code.

<img width="304" alt="db-er-diagram" src="https://user-images.githubusercontent.com

micha030201
micha030201 commented Aug 29, 2018

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

Created by Armin Ronacher

Released April 1, 2010

Latest release 6 months ago

Repository
pallets/flask
Website
flask.pocoo.org
Wikipedia
Wikipedia

Related Topics

python database heroku
You can’t perform that action at this time.