the initial migration for django-flags would fail as I followed the installation instructions because there is code that runs prior to the migration being completed that depends on a proper migration having already occurred. This PR catches the failure and allows the process to complete.
the initial migration for django-flags would fail as I followed the installation instructions because there is code that runs prior to the migration being completed that depends on a proper migration having already occurred. This PR catches the failure and allows the process to complete.