Skip to content

Commit

Permalink
Merge pull request #2481 from pallets-eco/remove-appengine
Browse files Browse the repository at this point in the history
Remove `appengine` support
  • Loading branch information
samuelhwilliams committed Jul 25, 2024
2 parents 50bfe0a + a50acd2 commit 24c21d7
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 376 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ __pycache__
examples/sqla-inline/static
examples/file/files
examples/forms/files
examples/appengine/lib
.DS_Store
.idea/
*.sqlite
env
*.egg
.eggs
.tox/
.env
.env
1 change: 0 additions & 1 deletion doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ geoalchemy As with SQLAlchemy, but adding support for geographi
mongoengine Supports the Flask-Mongoengine library
pymongo Supports the PyMongo library
peewee Supports the peewee library
appengine Supports Google's appengine library
s3 Supports file admin using AWS S3
azure-blob-storage Supports file admin using Azure blob store
images Allows working with image data
Expand Down
51 changes: 0 additions & 51 deletions examples/appengine/app.py

This file was deleted.

8 changes: 0 additions & 8 deletions examples/appengine/app.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/appengine/appengine_config.py

This file was deleted.

5 changes: 0 additions & 5 deletions examples/appengine/run.sh

This file was deleted.

10 changes: 0 additions & 10 deletions flask_admin/contrib/appengine/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions flask_admin/contrib/appengine/fields.py

This file was deleted.

10 changes: 0 additions & 10 deletions flask_admin/contrib/appengine/form.py

This file was deleted.

235 changes: 0 additions & 235 deletions flask_admin/contrib/appengine/view.py

This file was deleted.

Loading

0 comments on commit 24c21d7

Please sign in to comment.