This website works better with JavaScript.
Explore
Help
Sign In
xtu202105570219
/
database_homework
Watch
1
Star
0
Fork
You've already forked database_homework
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1a1117c6a2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1a1117c6a2'
${ noResults }
database_homework
/
exts.py
6 lines
101 B
Raw
Blame
History
from
flask_sqlalchemy
import
SQLAlchemy
from
flask_mail
import
Mail
db
=
SQLAlchemy
(
)
mail
=
Mail
(
)
Reference in new issue
View Git Blame
Copy Permalink