1 RuntimeError at /login 2 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 127.0.0.1:8009/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
Django was a vengeance alone.
:
: <
:
:
Similar Posts:
- [Solved] Forbidden (403) CSRF verification failed. Request aborted.
- Solve the problem of “typeerror: ‘bool’ object is not callable” in flash and Django
- CSRF verification failed. Request aborted [How to Solve]
- [Django CSRF tutorial] solve the problem of forbidden (403) CSRF verification failed. Request aborted
- How to Solve Django xadmin installation Error [7 Types of Errors]
- “No module named context_processors”
- Files Upload Error: err_cert_common_name_invalid [How to Solve]
- [Solved] JS Ajax uploads an error “uncaught type error: illegal invocation”
- Requested setting INSTALLED_APPS, but settings are not configured. …..DJANGO_SETTINGS_MODULE…..
- HTTP status 405 – request method ‘get’ not supported using springmvc