'In django i runned migrations successfully but my database is still empty?

I worked in pycharm professional, I create my database and test it successfully database creation , I created my model in models.py and i ran makemigrations then migrated successfully running makemigrations then migrate and the new python file generated successfully 0001_initial.py but when i opened my database it was empty!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source