Trending Django Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Tambala Mahesh Kumar's image
Question added by Tambala Mahesh Kumar
1 year ago
Answers:
1
Followers:
Views:
125
Vote Count:
0
Answer should contain a minimum of 25 characters.
Hasan Zahran f's image
Question added by Hasan Zahran f
7 years ago
Answers:
4
Followers:
Views:
8
Vote Count:
0
Answer should contain a minimum of 25 characters.
Monir Zaman's image  
Answer added by  Monir Zaman, Freelance Consultant, Multiple Organizations
1 year ago

Follow this tutorial below step by step to integrated Firebase push notifications in Django: https://www.section.io/engineering-education/integrating-firebase-database-in ... See More

fadi attya's image  
Answer added by  fadi attya, TECHINICIAN, Mabna Holding Company
6 years ago

I use Djando : class SignUpFormss (forms.ModelForm): class Meta: model = SignUp fields=['email','fullname']def clean_email(self): ... See More

Mhadi Ahmed Ahmed's image  
Answer added by  Mhadi Ahmed Ahmed, Backend Developer, dot.energy
6 years ago

use a client side validation like (jquery) or you can just use ajax request 

Ritto Thankankachan's image  
Answer added by  Ritto Thankankachan, Software Developer, Fleming
6 years ago

ajax is the best option. most of the web sites are using this. 

Syed Faizun Nabi's image  
Answer added by  Syed Faizun Nabi, Software Developer, Al Rumaithy
6 years ago

Use Ajax to poll the data and trigger the popup if the data is valid. Using ajax with Django is as simple as any other platform, but only one thing to keep in mind is set ... See More