Re: ListView is not showing me the latest created item made by CreateView !

2019-11-04 Thread Parth Joshi
Can you share some code snippet to have better clarity? On Sunday, 3 November 2019 20:33:45 UTC+5:30, Franz Ulenaers wrote: > > ListView is not showing me the latest created item made by CreateView even > after a refresh of my browser ! > It is only solved when i restart the django server with '

[no subject]

2019-11-04 Thread Paras Jain
please somebody tell me what steps should i follow please need help Create a Django Web App called “Profile Storer” where a company can sign up using Email. Once signed up, he can add more people to his team. Every team member can be either “Normal” type or “Manager” type. When you add a team me

Re: Djangorest framework tutorial

2019-11-04 Thread kevin trinidad
Django Signals: The QuerySet value for an exact lookup must be limited to one result using slicing i have this code in my models.py (post_save) class StudentsEnrolledSubject(models.Model): Students_Enrollment_Records = models.ForeignKey(StudentsEnrollmentRecord, related_name='+', on_

Re: Djangorest framework tutorial

2019-11-04 Thread Motaz Hejaze
If you need any help please let me know My skype m3tz-hjze On Mon, 4 Nov 2019, 4:44 pm Laura Pérez, wrote: > Thanks! > > Em seg, 4 de nov de 2019 às 09:59, Paras Jain > escreveu: > >> Hi, >> just follow this video u will easily know how to make api very easily >> link - https://www.youtube.co

Re: DJANGO, MySQL, NGINX stack for a production hosting server in Digital Ocean droplet

2019-11-04 Thread carlos
this tuto is the same only replace postgresql to mysql https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 in the doc django read https://docs.djangoproject.com/en/2.2/ref/databases/#mysql-notes On Mon, Nov 4, 2019 at 4:27 PM Ram

DJANGO, MySQL, NGINX stack for a production hosting server in Digital Ocean droplet

2019-11-04 Thread Ram
Hi, Please let me know if anyone has setup this stack in your hosting server with Digital Ocean? I appreciate if you can share the appropriate working steps. thanks, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Djangorest framework tutorial

2019-11-04 Thread Laura Pérez
Thanks! Em seg, 4 de nov de 2019 às 09:59, Paras Jain escreveu: > Hi, > just follow this video u will easily know how to make api very easily > link - https://www.youtube.com/watch?v=263xt_4mBNc > Thnks > > On Mon, Nov 4, 2019 at 6:17 PM Laura Pérez wrote: > >> Hi! >> I have the task to develop

Re: Django-Channels with 2 applications

2019-11-04 Thread Daniel Carvalho
I've seen the docs already. In fact, 3 people from my team have seen it and tried to do what I'm trying to accomplish. We're at a point where we are either missing something or the Channels is not capable of what we need. Thank you in advance for any help! segunda-feira, 4 de Novembro de 2019

Re: Django-Channels with 2 applications

2019-11-04 Thread Integr@te System
Hi Idea man, You can acknowlegdes and try it: https://channels.readthedocs.io/en/latest/ On Mon, Nov 4, 2019, 19:11 Daniel Carvalho wrote: > Hello! > > > I'm trying to make an example to test if it is possible to have 2 > independent django apps connected to the same channel from django-chann

Re: Djangorest framework tutorial

2019-11-04 Thread Paras Jain
Hi, just follow this video u will easily know how to make api very easily link - https://www.youtube.com/watch?v=263xt_4mBNc Thnks On Mon, Nov 4, 2019 at 6:17 PM Laura Pérez wrote: > Hi! > I have the task to develop a rest api in python, Can anybody advice me on > a nice tutorial to use djangor

Djangorest framework tutorial

2019-11-04 Thread Laura Pérez
Hi! I have the task to develop a rest api in python, Can anybody advice me on a nice tutorial to use djangorest framework ? Best! -- 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,

Django-Channels with 2 applications

2019-11-04 Thread Daniel Carvalho
Hello! I'm trying to make an example to test if it is possible to have 2 independent django apps connected to the same channel from django-channels. So far, I was able to make an example running on one machine and 2 other machines being able to access the first via a client. But the goal is

Django bugfix releases: 2.2.7, 2.1.14, and 1.11.26

2019-11-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2019/nov/04/django-bugfix-releases-227-2114-11126/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: FormSet.is_valid() raises ValidationError

2019-11-04 Thread Benoit Blanchon
Hi! Thank you very much for this answer, but that's not what I'm talking about. I know that you must include the management form in the template, that's not the problem. I worry about a malicious user (i.e., a hacker) that would purposely temper the management form in order to raise an exception