Skip to content

A team project for the Introduction to Python Programming course hosted Code First Girls sponsored by Bank of America.

Notifications You must be signed in to change notification settings

dsoniran/pub_of_london_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pubs of London


A team project for the Introduction to Python Programming course hosted Code First Girls sponsored by Bank of America.

from flask import Flask, render_template

app = Flask('pub_flask') #can be renamed once uploaded online

@app.route('/') def map_of_london_pubs(): return render_template("pubs_of_london.html")

if pub_flask == "main": app.run(debug=False, host = '0.0.0.0')

About

A team project for the Introduction to Python Programming course hosted Code First Girls sponsored by Bank of America.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages