I trying to revert the migrations of my Django application. I have five migrations which are synced with the database. I use the following command:
$ python manage.py migrate zero
This fails with the following error message:
CommandError: App 'zero' does not have migrations (you cannot selectively sync unmigrated apps)