When working with Django you can sync the database like this:
python manage.py syncdb
and also check the created SQL like this:
python manage.py sql bookmarks
How do I do the above thorugh the PyCharm IDE instead of the terminal?
Thanks,
Tools
| Run manage.py Task...
:
Take the instructions for running the test suite and modify it for you own commands. Also, see the generic setup guide.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With