I am trying to learn about python-django
.
I want to make self app named books.
When I ran this command
$ python manage.py sqlall books
Following error arises
CommandError: App 'books' has migrations. Only the sqlmigrate and sqlflush commands can be used when an app has migrations.
I did not understand why this error arise and what does it mean? Any help would be appreciated. Thanks