in db/models.py: # added so that evolution to add state to models could find models.StateField? # also needed to modify import in add_state.py from "django.db" to "db" # because StateField? is not a django.db.model object StateField? = state.StateField?