Skip to content
Permalink
67902356bd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (11 sloc) 365 Bytes
Venv Startup
python -m venv venv
venv\Scripts\activate
set FLASK_APP=app
flask run
INSERT INTO books
VALUES ('book2', 'author2','date2','3','This is a test2','6','2','4');
INSERT INTO books
VALUES ('book3', 'author3','date3','4','This is a test3','25','27','11');
INSERT INTO books
VALUES ('book4', 'author4',s'date4','5','This is a test4','11','88','20');