I edited the mode.py file for a custom registration form. After running
make update-db
I get
Your models have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
as an error message. So following this I try running
python manage.py makemigrations
and get this as an error
Traceback (most recent call last): File "./manage.py", line 20, in <module> from safe_lxml import defuse_xml_libs ImportError: No module named safe_lxml