Closed drewpav closed 3 years ago
At Step 5 of the "Getting Started" section, the environment fails to execute the code ./stage1 loaddata sources/cfc-seed.json
./stage1 loaddata sources/cfc-seed.json
It displays an error attached in the screenshot below
The solution to this would be adding the following code after Step 4
./stage1 makemigrations ./stage1 migrate
./stage1 makemigrations
./stage1 migrate
:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.
At Step 5 of the "Getting Started" section, the environment fails to execute the code
./stage1 loaddata sources/cfc-seed.json
It displays an error attached in the screenshot below
The solution to this would be adding the following code after Step 4
./stage1 makemigrations
./stage1 migrate