Database file #36
Answered
by
vigneshshettyin
anjali7786
asked this question in
Q&A
-
Hi, I followed the steps to do the setup of the application on my local machine. I am using Pycharm but I am not able to see the bulkmailer.db file. Please tell me how I would be able to get access to it. |
Beta Was this translation helpful? Give feedback.
Answered by
vigneshshettyin
Mar 16, 2021
Replies: 1 comment 2 replies
-
First check import.json |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vigneshshettyin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First check import.json
"databaseUri": "sqlite:///bulkmailer.db",
Then if bulkmailer.db file is not found then type these commands in python shell
1.)
from app import db
2.)
db.create_all()