When working with Django, you can synchronize the database as follows:
python manage.py syncdb
and also check the generated SQL as follows:
python manage.py sql bookmarks
How do I do higher than PyCharm IDE instead of terminal?
Thank,
Tools| Run manage.py Task...:
Tools
Run manage.py Task...
Take instructions on running the test suite and modify it for your own teams. Also see General Setup Guide .
The above dialogue can also be called up using the keys. CTRL ALT R for Windows and ALT R on Mac