Django security releases issued: 3.2.10, 3.1.14, and 2.2.25

2021-12-06 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/dec/07/security-releases/ -- 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 em

Re: Student Management System kin Django

2021-12-06 Thread Bernard Mallala
Eugene, Your question is very broad. The combination of the business logic for the student management system plus database normalization best practices will result in the right database schema for this platform. Example business logic : - User must have a B or higher to be eligible to move to th

Re: Urgent need help regarding to localhost

2021-12-06 Thread Bernard Mallala
What troubleshooting have you attempted so far? What is the composition of your development environment? Have you checked if the port is open to eliminate firewall and or network related issues? Have you checked to make sure that your postgres database server is running? Are you able to connect an

Sorting in Django admin site on different locale

2021-12-06 Thread Roland Leners
I am currently learning Python and Django via building a simple Web application. It involves objects with character fields that take values in different languages (French and Spanish) and I face an issue with sorting on those values in the Django administration site. Here are sample sets: Fren

Urgent need help regarding to localhost

2021-12-06 Thread CHANDNI SINGH
-- 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 visit https://groups.google.com/d/m

Re: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432?

2021-12-06 Thread CHANDNI SINGH
hey, i am facing the same problem can you please guide me on how to solve that issue ??? On Thursday, 16 May, 2019 at 6:38:01 pm UTC+5:30 randmw...@gmail.com wrote: > First, you should not share your password to your server to anyone….thats > very dangerous. Now anyone can log in to your server

Play audio File

2021-12-06 Thread Shada Bahassan
Hello everyone, I'm a beginner on Django. I have audio files and I want to read the path when I click the play button. I discovered some resources that upload audio files as object models. but I don't want to handle as the model, I just want to read it when I call the play sound method. Any

Re: Student Management System kin Django

2021-12-06 Thread Eugene TUYIZERE
Dear Gilwell, That is where I want an idea. I do not understand how I do the diagram. Thanks On Mon, 6 Dec 2021 at 12:30, Gilwell Muhati wrote: > Hello @Eugene > What does your ERD diagram look like? - Please share the diagram > > > > > *Regards,Gilwell Muhati | +254 710 739 116 | * > *~~“The

Re: Student Management System kin Django

2021-12-06 Thread Gilwell Muhati
Hello @Eugene What does your ERD diagram look like? - Please share the diagram *Regards,Gilwell Muhati | +254 710 739 116 | * *~~“The mind is its own place and in itself can make a heaven of hell, a hell of heaven…”~~John Milton * On Mon, Dec 6, 2021 at 1:14 PM Eugene TUYIZERE wrote: > Dear

Student Management System kin Django

2021-12-06 Thread Eugene TUYIZERE
Dear Team, I am developing a student management system and I am stuck at the point below which I need your idea. I need to record school fees every semester and promote a student from one level (year) to the next level every year. Like 1st Year to second year. How can I achieve this to avoid dat

Re: __init__() got an unexpected keyword argument 'on delete' when make migrations

2021-12-06 Thread Khánh Hoàng
Yes, I found it. Thank you for replying. Vào lúc 11:43:22 UTC+7 ngày Thứ Hai, 6 tháng 12, 2021, aashishk...@gmail.com đã viết: > ManyToManyField doesn’t need on_delete attribute > > Remove on_delete attribute > > On Mon, 6 Dec 2021 at 9:05 AM, Thomas Lockhart > wrote: > >> Please use polite