When I created this application I didn't realise Django would automatically append the Django app name to the database name. So this models current table is called "code_challenge_code_challenge_event". Please update all mentions of CodeChallengeEvent to Event and regenerate the migrations.
When I created this application I didn't realise Django would automatically append the Django app name to the database name. So this models current table is called "code_challenge_code_challenge_event". Please update all mentions of CodeChallengeEvent to Event and regenerate the migrations.