1👍
Did you remember to put:
accept-charset="utf-8"
in the form tag?
EDIT: Is the DEFAULT_CHARSET in settings.py set to ‘utf-8’ ?
- [Answered ]-Add popup in action of ModelAdmin
- [Answered ]-Extending/Subclassing admin Groups & Users classes in Django
- [Answered ]-Django generic foreign key field not assigned during construction, but is able to be assigned post-construction
- [Answered ]-Avoiding multiple queries to display model data on Django admin
0👍
Is there any reason to use print word? If not, its should work without those lines.
def form_process(request):
word = request.GET.get('the_word')
👤YOU
- [Answered ]-Django: send_mail not working [only for production]
- [Answered ]-Refresh form in Django without reloading page
Source:stackexchange.com