Re: Fullstack developer job django backend, vue js, html, css

2022-06-08 Thread Evans Moris Cheahn_
Yes, I’m Fullstack developer On Wed, 8 Jun 2022 at 03.46 mah...@gmail.com wrote: > Are you the developer we are searching for? We need a developer with > backend skills in django (Rest API), fluent in python, postgres SQL, Vue > JS, CSS and HTML to join our team. We use github for version contr

I can't use accented letters in my model

2022-06-08 Thread Virgilio Ravagli
Hi everybody. I defined a model class, Book, whose field title may contain accented letters. But in the case, when the instruction save() is executed, I receive an error saying that "You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_

Problems sending email with django

2022-06-08 Thread Israel Akinoso
Please is there anyone who has integrated mailjet into their django project, I really need guidance -- 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-user

Re: I can't use accented letters in my model

2022-06-08 Thread Antonis Christofides
Please provide the minimum code that reproduces the problem, and the full traceback. Regards, Antonis On 08/06/2022 18.24, Virgilio Ravagli wrote: ou must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings -- You received this message because you a