the-example-app.py icon indicating copy to clipboard operation
the-example-app.py copied to clipboard

Example app for Contentful in Python

Results 6 the-example-app.py issues
Sort by recently updated
recently updated
newest added

Bumps [ipython](https://github.com/ipython/ipython) from 6.2.1 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Bumps [contentful](https://github.com/contentful/contentful.py) from 1.7.0 to 1.12.4. Changelog Sourced from contentful's changelog. v1.12.4 Fixed Unresolved single references fields will no longer return the invalid Link and return None instead, matching behaviour...

dependencies

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2. Changelog *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.24.2 (2019-04-17) > ------------------- > > * Don't load system certificates by default when any other ``ca_certs``, ``ca_certs_dir``...

Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

Hi and thanks for your kindness, one question: Can use it in a flask application dispatching all my routes always calling the same contentful.instance()? To fetch entries in multiple flask...