KeyError error at /registration/register/ ’email’
I have a problem. When clicking on the link http://127.0.0.1:8000/accounts/register / returns the KeyError error at /accounts/register/
’email’. I program in django in pycharm.
I want to point out that there is a specific ’email’ error here!
error in django KeyError at /accounts/register/
I have a problem. When clicking on the link http://127.0.0.1:8000/accounts/register / returns the KeyError error at /accounts/register/
’email’. I program in django in pycharm
KeyError at /accounts/register/
I have a problem with an error occurring when switching to /accounts/register/. I hope you can help me.
error in django 404 Page not found (404) Request Method: GET
When clicking on this link: http://127.0.0.1:8000/accounts/register it gives a 404 error, I do not know what to do with it
Here is the code:
what should I do if I get an error in the file urls.py?
I’m new to django. And I ran into a problem in urls.py: