cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
260 stars 32 forks source link

fix for failing migrate #17

Closed FredAtLandMetrics closed 5 years ago

FredAtLandMetrics commented 5 years ago

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.

willbarton commented 5 years ago

Hi @FredAtLandMetrics. I'm so sorry I missed this PR. Can you take a look at #20 and see if that also fixes the issue for you?