I ran into some issues with following the documentation for using a custom flag model. This updates the docs to reflect what I needed to do to get it working.
Adds needed imports to the example code
Includes instruction to run makemigrations before migrating if using a custom flag model
Fixes TypeError in example code (syntax error in args passed to tuple())
I ran into some issues with following the documentation for using a custom flag model. This updates the docs to reflect what I needed to do to get it working.
makemigrations
before migrating if using a custom flag modelTypeError
in example code (syntax error in args passed totuple()
)