[no subject]

2020-05-05 Thread fahad rasool
Can someone tell that how to perform an operation ,for example we retreive two numbers from database and want to add them and display on template in django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

[no subject]

2020-05-06 Thread fahad rasool
I want to ask that i am working on django platform on a project ,which is basically an system that generates a diet plan for user.. The flow is that a user has to register and sign up after registration, a form (userinfo form )is to be filled by user,on basis of which diet plan is generated. Now

[no subject]

2020-07-28 Thread Anupriya Nishad
I hosted my web app on a free hosting site pythonanywhere.com But it is taking too long to respond. What could be the reason? -- 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

[no subject]

2020-08-12 Thread ROHINI PUNDE
Hi, I want to do sorting, searching and paging in my crud operations,I am not getting exactly what can I do easily with python and django.please give me suggestions -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

[no subject]

2020-08-12 Thread 'Amitesh Sahay' via Django users
probably, you can implement binary search algorithm Regards, Amitesh  On Thursday, 13 August, 2020, 08:28:02 am IST, ROHINI PUNDE wrote: Hi, I want to do sorting, searching and paging in my crud operations,I am not getting exactly what can I do easily with python and django.please g

[no subject]

2020-08-14 Thread Peter Kirieny
hello, my data from json file didn't load into the server, i can't see them in my admin interface anybody to assist please -- 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

[no subject]

2020-08-19 Thread Suraj Kumar
Hello Django Users, I want to know there is any need of knowledge in css, Html while developing website through django. I can also use css framework bootstrap instead of css. Suraj -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

[no subject]

2020-08-21 Thread ankit baliyan
Plz, tell me how to deploy docker django project on server -- 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 thi

[no subject]

2019-05-31 Thread Pradeep Singh
can anyone tell me ..what is advantage of angular js ...in python/django.. -- 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.

[no subject]

2019-06-17 Thread Herman
how do I solve thsi kind of operational error on windows 'django.db.utils.OperationalError: FATAL: password authentication failed for user "hp" '? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

[no subject]

2019-06-26 Thread Pradeep Singh
Does it make sense to create an application with Django as the backend and Angular as the front end? I understand entire websites can be built from Django, so how would Angular, as a front end framework, work with Django? What would be the benefit of adding Angular, or is it an unnecessary complexi

[no subject]

2019-07-22 Thread Mukul Dharwala
The code you have sent me is correct or will i have to add more files -- 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.

[no subject]

2019-07-24 Thread avi gehlot
You can contact me .. On Wed, 24 Jul 2019 at 3:57 PM, Soumen Khatua wrote: > Hi Folks, > I want to create one signup page where end-user can SignUp and LogIn by > using their e-mail id nit by Username. Please tell me how i can do > that,please provide me source code for that. > > Thank You > > R

[no subject]

2019-07-29 Thread Suraj Thapa FC
How can I create a file field which one can upload Multiple files in it... -- 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.

[no subject]

2019-08-10 Thread Suraj Thapa FC
How do I write my front-end form response in.. .json file -- 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 thi

[no subject]

2019-08-22 Thread Perceval Maturure
Hi All My app is not displaying records from the database after hooking a page to an apphook. I can select the app from admin on the page but when I preview the page is empty, Can anyone share some simplified tutorial for Django version 2.1 and Djangocms 3.6 Regards Perceval -- Sent from Gmail Mob

[no subject]

2019-08-29 Thread Shakil Ahmmed
Firstly I Have More than 1 Million Data In my database , while i want to perform aggregation or annotation or filter it took huge time , i have to show all data at a time,,, i use select_related() for foreign key but i want to optimize database hitting , like i want to fetch all data from database

[no subject]

2019-09-10 Thread Abhishek Ghaskata
I am getting error models has no 'objects' member. So what should I do? -- 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

[no subject]

2019-09-17 Thread Shakil Ahmmed
How to select all field but group by one field -- Shakil Ahmmed about.me/shakilahmmed

[no subject]

2019-09-24 Thread Avi gehlot
Yo put in admin.py Django.models import users But You put apptwo.models inport users This way ... On Tue, 24 Sep 2019 at 9:43 AM, Deep Sukhwani wrote: > Are you supposed to be using a virtualenv and you don't have that > activated? > > Can you run *pip freeze | grep -i django* and share the out

[no subject]

2019-09-28 Thread Perceval Maturure
dear team my django cms is refusing to take in other templates when i select a different template, what could be the problem? i am on django cms 3.7.0 , django 2.1 and python 3 regards -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google

[no subject]

2019-10-08 Thread Raja Sekar Sampath
Hi, I'm facing challenges to get the result of below problem,I have two models in my application i.e., class UserMenu(models.Model): name = models.CharField(max_length=50) def __str__(self): return self.name class MenuMapping(models.Model): user_menu = models.ManyToManyFi

[no subject]

2019-10-09 Thread Uzama Zaid Mohammed Jaward
Hello there Can anyone send resources on Clean Architecture in Django? -- 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

[no subject]

2019-10-22 Thread Perceval Maturure
dear Django users Is there a way to display data from a single model on 3 different bootstrap cards ordered by created date. So at the end I can 3 cars each with 2 different items/ records from the model -- Sent from Gmail Mobile -- You received this message because you are subscribed to the G

[no subject]

2019-10-27 Thread Perceval Maturure
dear django users how do youu make the the first level menu clickable in the customisation of this code. {% show_menu 0 100 100 100 "menu/custom-menu.html" %} -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django

[no subject]

2019-10-29 Thread Mohammad yunus
Can anyone tell me how to connect mysql database.. with step by step? -- 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.c

[no subject]

2019-11-01 Thread Mohammad yunus
Can anyone tell me about how to set mysql database connection,and also tell me requirements for this steps,. Can someone tell me which database is good for Django framework .I know about default database sqlite (is it good for it) -- You received this message because you are subscribed to the

[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

[no subject]

2019-11-05 Thread Paras Jain
on hitting submit i have to send email and password to user email id which will be used for login in django -- 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 djang

[no subject]

2019-11-05 Thread Pranjul Kimothi
How Can I use Django as backend for an Arduino application .?? Any suggestions -- 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...@googlegro

[no subject]

2019-11-07 Thread Paras Jain
this is my models.py file i created and migrated but model in not created in my admin page as database please somebody help from django.db import models # Create your models here. class Company(models.Model): email = models.EmailField() def __init__(): return self.email -- You

[no subject]

2019-11-08 Thread Paras Jain
Hy, i am not getting my all fields on the my page which is written inside the forms.py of 'PersonForm' models.py: from django.db import models # Create your models here. TITLE_CHOICES = ( ('Normal', 'Manager'), ) class Company(models.Model): email = models.EmailField() def __str__(

[no subject]

2019-11-11 Thread Paras Jain
how send email in django for password reset -- 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

[no subject]

2019-11-13 Thread Paras Jain
i have just created a model which will have login information in database but it is not showing its appearance i have also done migration models.py: from django.db import models # Create your models here. class User(models.Model): email = models.EmailField() password = models.CharField(m

[no subject]

2019-11-13 Thread Paras Jain
now i want to generate random password and send it to mail instead of simple message views.py: from django.shortcuts import render from profilestorer.settings import EMAIL_HOST_USER from . import forms from django.core.mail import send_mail # Create your views here. def login(request): form

[no subject]

2019-11-14 Thread Paras Jain
i m using only email for sign up and sending the random password on the mail which will be used for login Now I want login to be done using register email and password send to mail I m stuck here that I m generating random password but how I will save as password and email in my 'views.Py ' fil

[no subject]

2019-11-15 Thread Paras Jain
i am not able to send email showing odd type of error need help views.py: from django.shortcuts import render, redirect from django.contrib import messages from profilestorer.settings import EMAIL_HOST_USER from django.conf import settings from .forms import SignUpForm from django.core.mail import

[no subject]

2019-11-20 Thread Paras Jain
how to take pass one object of one function to other in django -- 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

[no subject]

2019-11-20 Thread Paras Jain
my render function its not working in detail function its not rendering to detail.html.please help any one views.py: def detail(request,user): print('hobbies : ', user.hobbies) return render(request, 'company/detail.html',{'details':user}) def login(request): if request.method == 'POS

[no subject]

2019-11-21 Thread Paras Jain
i am not rendring to detail page views.py: def detail(request): #print('hobbies : ', user.hobbies) return render(request, 'company/detail.html',{'details':request.user}) def login(request): if request.method == 'POST': email = request.POST['email'] password = request.P

[no subject]

2019-11-23 Thread Paras Jain
i want my 'user_id' to be passed from detail function to edit profile function but how?? need help def detail(request,user_id): details = get_object_or_404(User, pk=user_id) return render(request, 'company/detail.html',{'details':details}) def edit_profile(request): return render(re

[no subject]

2019-11-24 Thread Paras Jain
its showing error like this: TypeError at /edit_profile/ edit_profile() missing 1 required positional argument: 'pk' views.py: def edit_profile(request, pk): post = get_object_or_404(User, pk=pk) if request.method == "POST": form = EditProfileForm(request.POST, instance=post)

[no subject]

2019-11-27 Thread vaneet bawa
can someone please tell me that how I can display the message on the url from which I am getting the response -- 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 dja

[no subject]

2019-11-28 Thread vaneet bawa
Exception Type: TemplateDoesNotExist Could someone please tell me that i m getting this error how I can handle it... what i m trying to do is i have created a input field and in that field i m providing a message and then i want that on button click that message should be displayed on my console.

[no subject]

2020-01-14 Thread yusuf abdul
why is my carousel not changing veiw -- 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 we

[no subject]

2022-02-02 Thread Gautam Ankul
How to use fee due notifications in django something helpe -- 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 thi

[no subject]

2022-04-21 Thread adamlaska
adamlaska -- 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.goo

[no subject]

2022-05-09 Thread 郑 玉婷
Dear django workers, First of all ,I have to appoloy for my poor English. I want to add users through admin page ,which was registed by my own model . How can I add users with encoding their password? These are my models and my admin.py. I’ll be grateful if you can help me! #mysite\login\a

[no subject]

2022-05-09 Thread 郑 玉婷
Dear django workers, First of all ,I have to appoloy for my poor English. I want to add users through admin page ,which was registed by my own model . How can I add users with encoding their password? These are my models and my admin.py. I’ll be grateful if you can help me!

[no subject]

2022-06-16 Thread Abhinandan K
Here i don't understand what to do is somebody can help me to understand it in easy way step by step process.. The core aim is to match existing customers (stored in an Excel sheet) against Google Maps entries, to detect existing customers and distinguish them from new potential customers. *C

[no subject]

2022-09-26 Thread Abdulfarid Olakunle
Hello fellow developers, I will be creating a WhatsApp group chat later in the day, So I will like my fellow Python Django Developers to join the group. It will be much easier to discuss there and I will sacrifice myself out for anyone who need my service. God bless you all Enjoy your day Biliamin

[no subject]

2022-10-13 Thread Dieu merci Dramani
Thank you for the best teaching for striming images on +django-users@googlegroups.com I'm Dramani Dieu merci a new-django learner. -- 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 i

[no subject]

2022-12-15 Thread Anshuman Thakur
Hi Team, i have deployed my application but when i am accessing camera through android phone and windows it asking for allow camera option but when iam using ios it not showing camera option can anyone help mai regarding to this issue I am using getusermedia to access the camera -- You received

[no subject]

2022-12-20 Thread Anshuman Thakur
How to collect data for each day between start date nd end date field in django -- 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...@googlegr

[no subject]

2023-01-01 Thread ALBERT ASHABA AHEEBWA
Hello Everyone, I have been trying to host my Django app on linode for the last 3 days. I have tried every tutorial I could find on both google and YouTube. But nothing seems to work . The furthest I have gone is 502 BAD GATEWAY nginx... Can someone point me to a straight forward solution. Than

[no subject]

2023-03-09 Thread Praveen Kumar
Hello Team, Need help on creating one dashboard using Django. Please help me with it. Thanks &Regards, Praveen 333286 -- 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

[no subject]

2023-04-11 Thread shyam manek
Hi all group members, I've one idea regarding our communication and contacts So we can create a telegram group and discuss more about opportunities and issues and QA for technologies. Please join telegram group https://t.me/+e7j8hq-r_uIwMTNl -- You received this message because you are subscrib

[no subject]

2023-05-11 Thread Karthik V A
Hello friends, Is there any inbuilt function in django for API. Without using REST framework and request. -- 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-

[no subject]

2023-07-18 Thread utibe solomon
Dear community, I am currently looking for a remote internship on Django to gain more experience in this field I currently have skills in django, database testing api development with rest framework using Django channels to integrate websockets and asgi connections I don't mind working for free but

[no subject]

2023-07-31 Thread marvelous
 Hello guys I just finished building out my portfolio and I would appreciate if you give me your honest reviews heres the link   https://marvel-9gdg.onrender.com/  -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group a

[no subject]

2023-12-15 Thread ASHISH SONAVANE
send me update all applications Store -- 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

[no subject]

2024-01-08 Thread frank dilorenzo
I have 3 models as follows: from django.db import models from ckeditor.fields import RichTextField # Create your models here. class Species(models.Model): scientific_name = models.CharField(max_length=50) common_name = models.CharField(max_length=50, null=True, blank=True) butterfly_

[no subject]

2024-02-03 Thread Kevin Tuo
Ô Envoyé à partir de Outlook pour Android -- 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

<    1   2