yes, thank you anthony. the first one didn't work because in my db.py model file, the creation of the auth_user table is before the auth_permission table, so it blows the program.
but the second suggestion of changing the writable attribute to True in the code worked great. thank you so much. lucas

