We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stacktrace is given below:
Internal Server Error: /onboard/register Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/usr/local/lib/python3.8/site-packages/django/utils/deprecation.py", line 93, in __call__ response = self.process_request(request) File "/usr/local/lib/python3.8/site-packages/django/middleware/common.py", line 54, in process_request path = self.get_full_path_with_slash(request) File "/usr/local/lib/python3.8/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash raise RuntimeError( RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to localhost:8000/onboard/register/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
The text was updated successfully, but these errors were encountered:
albinpa
No branches or pull requests
Stacktrace is given below:
The text was updated successfully, but these errors were encountered: