Re: Django tutorial part 4: 'utf8' codec can't decode byte 0xa0 in position 22431

2017-08-01 Thread Jani Tiainen
Hi, I really suggest you to use real editor or even IDE. For editor I've been using VS Code. For IDE PyCharm is pretty nice. 2.8.2017 3.53 "'SNATCHGIRL1' via Django users" < django-users@googlegroups.com> kirjoitti: > Hi Jani, > > thank you for the response. It was really helpful. Instead of u

Re: Django tutorial part 4: 'utf8' codec can't decode byte 0xa0 in position 22431

2017-08-01 Thread 'SNATCHGIRL1' via Django users
Hi Jani, thank you for the response. It was really helpful. Instead of using word I edited the html files with Notepad. Now it's working :) Am Dienstag, 1. August 2017 23:01:49 UTC+10 schrieb Jani Tiainen: > > Hi. > > You need to make sure that file is really encoded as utf8 and contains > val

Create ModelForms to create ModelForms

2017-08-01 Thread Shazia Nusrat
I need to create a frontend app where I can use forms to create forms such as Google Surveys or Survey Monkey kind of application. Can someone point me to any reusable app or something similar or someone can guide me that would be a great help. Regards, Shazia -- You received this message becau

Django Python OSError No such file or directory but file exists

2017-08-01 Thread Ronaldo Bahia
Hi everyone, can you help me? Thanks in advance Thread: https://stackoverflow.com/questions/45449102/django-python-oserror-no-such-file-or-directory-but-file-exists Code: down votefavorite

Re: Turn off migrations completely in Django 1.7

2017-08-01 Thread Robert F.
I know this is an old topic but I completely agree with Frank. Nothing gives me more headaches and makes me want to move off Django more than migrations. They seldom run smoothly and cause me no end of headaches. I hate them! On Friday, November 20, 2015 at 2:26:59 PM UTC-8, Frank Malina wro

Re: csrf_token during registration is giving me problems

2017-08-01 Thread pieceofkayk2718
fml. Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@goo

Re: csrf_token during registration is giving me problems

2017-08-01 Thread pieceofkayk2718
fml. Thank you. On Tuesday, August 1, 2017 at 12:55:10 PM UTC-6, Dylan Reinhold wrote: > > You have a quoting miss-match in your enctype, that might be messing with > the csrf_token > >enctype='multipart/form-data"> > > On Tue, Aug 1, 2017 at 9:57 AM, > > wrote: > >> Hey, >> >> I recently s

Re: csrf_token during registration is giving me problems

2017-08-01 Thread Dylan Reinhold
You have a quoting miss-match in your enctype, that might be messing with the csrf_token I keep getting the following error: > > > Forbidden (403) >> >> CSRF verification failed. Request aborted. >> Help >> >> Reason given for failure: >> >> CSRF token missing or incorrect. >> >> >> In gene

csrf_token during registration is giving me problems

2017-08-01 Thread pieceofkayk2718
Hey, I recently started playing with my user registration and login and logout stuff for an app. It worked fine before I moved it but now that it's moved I keep getting the following error: Forbidden (403) > > CSRF verification failed. Request aborted. > Help > > Reason given for failure: >

Re: Django tutorial part 4: 'utf8' codec can't decode byte 0xa0 in position 22431

2017-08-01 Thread Jani Tiainen
Hi. You need to make sure that file is really encoded as utf8 and contains valid unicode characters. Some editors, specially in windows tend to do lot of black magic to display characters correctly. On 01.08.2017 09:18, 'SNATCHGIRL1' via Django users wrote: Hi everyone, I am a Django ne

Django tutorial part 4: 'utf8' codec can't decode byte 0xa0 in position 22431

2017-08-01 Thread 'SNATCHGIRL1' via Django users
Hi everyone, I am a Django newbie and started the Tutorial. I followed all steps so far but I am stuck at the part 4. So far I've written 3 templates. *1.* file:///C:/Python27/Django/mysite/polls/templates/polls/detail.html {{ question.question_text }} {% if error_message %}{{ error_mess

Django bugfix release: 1.11.4

2017-08-01 Thread Tim Graham
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2017/aug/01/bugfix-release/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email