The code that handles the fullname field is designed with the idea that it can be null (i.e. warpdrive does not enforce it being provided, and the containerfile code checks if it exists instead of using it straight up), but the actual db schema does not include null=True. Correct this so that accounts not intended for use by students can be created without needing to provide a name
The code that handles the fullname field is designed with the idea that it can be null (i.e. warpdrive does not enforce it being provided, and the containerfile code checks if it exists instead of using it straight up), but the actual db schema does not include
null=True. Correct this so that accounts not intended for use by students can be created without needing to provide a name