Skip to content

Remove appengine support #2481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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