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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Thank you @cltrudeau! |
Beta Was this translation helpful? Give feedback.
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.