Re: Support of django 3.2

2022-11-01 Thread Markus Holtermann
Yes, until April 2024: https://www.djangoproject.com/download/ On Tue, Nov 1, 2022, at 3:54 PM, Lakshyaraj Dash wrote: > Is django 3.2 still supported? > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group

Support of django 3.2

2022-11-01 Thread Lakshyaraj Dash
Is django 3.2 still supported? -- 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 view this discussion on the web visi

Re: Facing attribue Error

2022-11-01 Thread LAKHVIR SINGH
Check imports in views.py file otherwise make migrations after checking employees model On Tue, 1 Nov, 2022, 19:11 MaheshKumar, wrote: > AttributeError at /employee/type object 'employeeapp' has no attribute > 'object' > Request Method: > GET > Request URL: > http://localhost:8000/employee/ > Dj

Re: Facing attribue Error

2022-11-01 Thread peteru mimo
According to this type object 'employeeapp' has no attribute 'object' .. should be objects not object On Tue, Nov 1, 2022 at 2:41 PM MaheshKumar wrote: > AttributeError at /employee/type object 'employeeapp' has no attribute > 'object' > Request Method: > GET > Request URL: > http://localho

Re: Facing attribue Error

2022-11-01 Thread 'Kasper Laudrup' via Django users
On 01/11/2022 06.26, MaheshKumar wrote: AttributeError at /employee/type object 'employeeapp' has no attribute 'object' How do you expect anyone to be able to help you without sharing any code or explaining what you are trying to do? Kind regards, Kasper Laudrup -- You received this message

Re: I need some clarifications about managing Files in FIle storage

2022-11-01 Thread 'Kasper Laudrup' via Django users
On 01/11/2022 05.29, MaheshKumar wrote: I want to know about the Managing files topic specifically in file storage. https://docs.djangoproject.com/en/4.1/ref/files/storage/ Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django use

I need some clarifications about managing Files in FIle storage

2022-11-01 Thread MaheshKumar
I want to know about the Managing files topic specifically in file storage. -- 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

Facing attribue Error

2022-11-01 Thread MaheshKumar
AttributeError at /employee/type object 'employeeapp' has no attribute 'object' Request Method: GET Request URL: http://localhost:8000/employee/ Django Version: 4.1.1 Exception Type: AttributeError Exception Value: type object 'employeeapp' has no attribute 'object' Exception Location: C:\practice

Regards EMployee attendance system

2022-11-01 Thread jana ezio
Hi all, can somebody guide how to create employee attendance management system with biometric integration with django rest api, what are the required models and how to integrate with biometric device(Essl) -- You received this message because you are subscribed to the Google Groups "Django use

Re: my project doesnt insert into the database

2022-11-01 Thread Mh Raffi
Hi Sorry Looking for thread to my problem. Landed here. Am new to django and python. I need to deploy my app live. i have got a domain name in hostiger. How to deploy in rail with connecting to hostinger. Hope i will find the solution here Thanks & Regards Mohammed Raffi.J +91 8939326407 On Tu

Re: my project doesnt insert into the database

2022-11-01 Thread Otávio Augusto
Solved. I added a sleep at the end of my loop and it worked, I think it was getting stuck because the db was not able to keep up with the update from the app and so the session got interrupted. Em sexta-feira, 28 de outubro de 2022 às 10:46:54 UTC-4, Otávio Augusto escreveu: > Greetings, I'm d

Re: Error: pg_config executable not found. (psycopg2 for postgres in docker not successfully installed)

2022-11-01 Thread Adeyemi Deji
Hi, I believe the the binary package is suitable for development and I plan integrating docker in my company's upcoming project, so I needed a package best for production. Thanks kasper On Mon, 31 Oct 2022, 19:51 'Kasper Laudrup' via Django users, < django-users@googlegroups.com> wrote: > On 31