This website requires JavaScript.
Explore
Help
Sign In
viveksantayana
/
wanderhome-quiz
Watch
1
Star
0
Fork
0
You've already forked wanderhome-quiz
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
cadccf1a53
wanderhome-quiz
/
server
/
app
/
extensions.py
4 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Added CORS extension
2022-08-31 00:48:36 +01:00
from
flask_cors
import
CORS
cors
=
CORS
(
)
Started writing data and server
2022-08-24 15:55:53 +01:00
from
flask_sqlalchemy
import
SQLAlchemy
db
=
SQLAlchemy
(
)
Reference in New Issue
Copy Permalink