Skip to content

Governors-State-Technology-Clubs/FlowerShopWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowerShopWeb

This is a where we will be making the website for the Flower Website

, you can follow these steps:

  1. Place your HTML file in the templates folder. For example, if your file is named example.html, it should be located at templates/example.html.

  2. Open the app.py file and add a route to render your HTML file. Here's an example:

    from flask import Flask, render_template

    app = Flask(name)

    @app.route('/example') def example(): return render_template('example.html')

    if name ==

About

This is a where we will be making the website for the Flower Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors