Skip to content

Commit b40919d

Browse files
committed
Simple ajusts to README
1 parent 0130252 commit b40919d

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flask Google Maps
22

33
[![Flask Estension](https://img.shields.io/badge/flask-extension-green.svg?style=flat)](https://flaskextensions.com)
4-
<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=rochacbruno%40gmail%2ecom&amp;lc=BR&amp;item_name=FlaskGoogleMaps&amp;no_note=0&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest"><img alt='Donate with Paypal' src='http://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif' /></a>
4+
<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2UGZHBYZV39XY&source=url"><img alt='Donate with Paypal' src='https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif' /></a>
55

66
Easy to use Google Maps in your Flask application
77

examples/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def map_created_in_view():
2626

2727

2828
if __name__ == "__main__":
29-
app.run()
29+
app.run(port=5050)

poetry.lock

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ipdb = "^0.12.3"
3131
dynaconf = "^2.2.2"
3232
flake8 = "^3.7.9"
3333
black = "^19.10b0"
34+
gitchangelog = "^3.0.4"
3435

3536
[build-system]
3637
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)