Skip to content

chow-q/python_flask_books_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

python_flask_books_project

Introduction:

In python web framework flask and mysql implementation books to add and delete.

Involving module:

from flask import Flask,render_template,request,flash,redirect,url_for

from flask_sqlalchemy import SQLAlchemy

from flask_wtf import FlaskForm

from wtforms import StringField, PasswordField, SubmitField

from wtforms.validators import DataRequired

Database:

uncomment:

if name=='main':

#db.drop_all()

#db.create_all()

app.run()

example:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published