Re: Credentials fail from custom Auth backend

2021-07-04 Thread David Crandell
There is no error. It just says invalid login. I get the login template and it rejects my credentials. David L. Crandell 469-585-5009 g uitard...@outlook.com guitardave8...@gmail.com da...@onholdwizard.com On Sun, Jul 4, 2021 at 9:15 PM ANi wrote: > What does the error message say? > guitard.

Re: Credentials fail from custom Auth backend

2021-07-04 Thread ANi
What does the error message say? guitard...@gmail.com 在 2021年7月4日 星期日下午1:48:58 [UTC+8] 的信中寫道: > Hello, I am using a custom auth backend and everything displays properly, > except I cannot login with the credentials in my model. I have spent 5 > hours on this and cannot figure it out. Please hel

Re: Email Form with attachments

2021-07-04 Thread David Crandell
Attachments need to be written to mail headers using MIME. This article gives a good breakdown https://stackoverflow.com/questions/1633109/creating-a-mime-email-template-with-images-to-send-with-python-django On Sunday, July 4, 2021 at 10:30:10 AM UTC-5 sebasti...@gmail.com wrote: > Hello, > >

looking for mobile developers

2021-07-04 Thread Theresa Taye
Hello guys, I need flutter users for a project urgently if you are interested, please contact me. Best regards -- 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

Re: Django beginner

2021-07-04 Thread Kuassi Israel
HELLO. I THINK THAT THE BEST WAY IT IS THE OFFICIAL DOCUMENTATION. YOU HAVE ANYTHING YOU WANT INSIDE THE DOCUMENTATION. On Sun, Jul 4, 2021 at 5:25 PM Samin Serge wrote: > Hello everyone, > > Please i'm a Django beginner and would to know the best way to commence > and access quickly with Django

Need an Advice about large database I/O

2021-07-04 Thread Mottaz Hegaze
Hello Friends, Hope all is well, I have a project that involves reading large data files ( csv, excel sheets ) and writing them to a database. I am thinking of using the django ORM to read / write from files from / to the database ( maybe postgresql ) and to use Django templates to show records

Re: Django beginner

2021-07-04 Thread CHRISTO KRIEGLER
Here is someone teaching Symaxx Fri, Jul 2, 10:16 PM (2 days ago) to Django Unsubscribe I teach Django the Python framework for free. Those interested join my Whatsapp group for free live sessions https://chat.whatsapp.com/DpOEaJTyhcXGF4YnFe3XLm

Re: Django beginner

2021-07-04 Thread Lalit Suthar
I followed these 2 https://www.youtube.com/playlist?list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW https://docs.djangoproject.com/en/2.2/intro/tutorial01/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivin

Re: i am trying to learn django from django documentation but i am getting an error message in the first part of the documentation

2021-07-04 Thread Lalit Suthar
rewrite polls/urls.py like below path(''", views.index, name='index'), On Fri, 25 Jun 2021 at 18:59, Symaxx wrote: > I started learning Django from the documentation but it was very hard for > me and it took me a very long time to grasp the concept > > I suggest you try using books by w.s vincen

Django beginner

2021-07-04 Thread Samin Serge
Hello everyone, Please i'm a Django beginner and would to know the best way to commence and access quickly with Django. thanks. -- 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,

503 for https://docs.djangoproject.com/

2021-07-04 Thread xiao A Zhuang
Error 503 certificate has expired certificate has expired Guru Mediation: Details: cache-hkg17930-HKG 1625381791 3724040438 Varnish cache server -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Email Form with attachments

2021-07-04 Thread sebasti...@gmail.com
Hello, i need a form where i have normal email fields like: to_address, from_address, subject, message and also i drag and drop zone where i can drop attachments. I have allready implement a normal drag and drop zone in another form where i can drag and drop files and it is upload und stored.