Initializing the database #2
First run error - missing databaseI've got an error after trying to follow the ch3/8 "Creating a PyCharm project" and the page was not loading. I realized that there was an empty database. I have run the following commands after finding load.py file:
I have not watched the rest of the course yet, but I think we are missing instructions here to properly initialize and load the data into the database. Please advise. |
Answered by
cltrudeau
Nov 11, 2023
Replies: 2 comments
|
Hi myFinTechPL, The SQLite databases were meant to be included in the repo. I used a standard .gitignore file which of course included configuration to ignore database files. It has been addressed. Sorry about any trouble. |
0 replies
Answer selected by
cltrudeau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi myFinTechPL,
The SQLite databases were meant to be included in the repo. I used a standard .gitignore file which of course included configuration to ignore database files.
It has been addressed. Sorry about any trouble.