I'm receiving an error trying to create a new 'SelectField' called 'testfield' in templates/user/change_user_details.html
- /user/models.py
I add the following line:
- /user/forms.py
I add the following:
- /management/forms.py
I add the following:
- /templates/user/change_user_details.html
I add the following:
By my understanding, to migrate changes I use this command:
I then run the server:
I receive this error message:
Also when I check SQLite, 'testfield' has not been created:
What am I doing wrong?