Notepad demo no such table error #49
-
First of all, thank you for creating this repository! When I click on Sign-In with Ethereum at the demo app (Notepad), I'm getting the error: I've followed all the steps described in the README file. Something strange is that I don't see migrations folders after running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @JasperAlexander! You're totally right. Thanks for bringing this up. My sqlite file had this model already applied from a while ago, so I never ran into the issue. Looks like you just need to run
Want to make a PR to update instructions for this based on your experience? |
Beta Was this translation helpful? Give feedback.
Hey @JasperAlexander! You're totally right. Thanks for bringing this up.
My sqlite file had this model already applied from a while ago, so I never ran into the issue. Looks like you just need to run
makemigrations
on the app with the Notepad/SharedNotepad models:poetry run examples/notepad/manage.py makemigrations app
Want to make a PR to update instructions for this based on your experience?