How to invoke Sub Form which have MULTIPLE OPTIONS to choose inside Django Form.

2020-05-20 Thread Sai
Hi Everyone, I am pretty much familiar with Django Forms with models. I want to build a Submit Form which consists of attributes like UserName, Email, address field and 3 options to select the packages, for example, Basic, Standard, and Advanced. I have gone through Django Docs but there is no

How to get Dependent Dropdown Feilds in Django ModelForms. Please answer : Important

2020-06-06 Thread Sai
Hi guys, I am working on a* Django project,* which involves submission form and saving the data in the database using model form. I am stuck with one of the functionalities of form which should work like for example "do you want benefit plan: *YES,* *next Field options should pop up*. if click*

Best Django Rest Framework Tutorial??????

2020-06-10 Thread Sai
Hi djangoians, I want to learn django rest framework, may i please know which is best resource in online market or any youtube links or udemy courses??? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

Looking For Django Developer for 2-3months(paid accordingly)

2020-07-17 Thread Sai
Hi Djangonauts, I am looking for Django Developer who has excellent Experience(3years minimum) in the following. These are Must have: 1)Django Rest Framework 2) Writing Unit Tests 3) OAuth2 Token Authentication 4) Creating Rest API using functions These are the main tasks, the requirement might

How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Sai
I am working Django rest framework api project, where I had multiple apps in the project. I got a circular import error when I am adding the app URLs to the main URLs. I Tried everything checked spellings, checked app structure but no use. Its been really frustrating with issue..please help to

Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-22 Thread Sai
how many it will cost me. On Wed, 21 Feb, 2024, 6:56 pm Awoyemi Solomon, wrote: > I would like to work with you on this project. I'm excited to hear from > you for next steps. > > On Sun, 18 Feb 2024, 5:47 pm SURAJ TIWARI, wrote: > >> 🚀 Join Our Django WhatsApp Bulk Messaging Project! >> >> 👋 H

Multiwidget internal widgets ID overridden bug?

2014-03-02 Thread Sai Prasanna
I saw that the render method in django.form.widgets. multiwidget class changes the id of internal widgets .Shouldn't it set internal widget ids if they are specified in attrs of widgets passed to the init. -- You received this message because you are subscribed to the Google Groups "Django users

Re: ubuntu+nginx+django urlpatterns 404 not found

2016-05-10 Thread Sai K
Can you change the url for board some thing like : *url(r'^board$', 'board') , lets try.* On Sunday, May 8, 2016 at 7:10:40 PM UTC+5:30, minom du wrote: > > Hello ,every body. > attachment is my code > > i set the urls.py below > urlpatterns += patterns('bullet.views.noticeview', > (r'^$', 'noti

How can I send an outlook mail from angular using django

2019-06-12 Thread Sai Aravind
How can I send an outlook mail from angular using django can u please provide a y document for this -- 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

Re: ValueError at /admin/

2019-06-16 Thread Sai Praneeth
Remove files in migration folder and then try to migrate On Sun 16 Jun, 2019, 1:38 PM anchal agarwal, wrote: > I recently deleted one of my app from my website directory. For deleting > app I removed that app name from settings.py also I removed it's folder > I then applied python manage.py migr

How to override the functionality of values()

2017-06-08 Thread Mallik Sai
I my models I have a JSON Field and I want to get a particular key value from json field in using values(). assume my JOSN Field data is like {'key1':value1,'key2':value2,'key3':value3} eg: MyModel.objects.values( "field1", "field2", "key1(which is present in json field)" ) Is there any way

How to get JOSN Field key value using values()

2017-06-08 Thread Mallik Sai
I have a JSON Field in my model and I want to get a particular Key value which is present in the JSON Field using values(). lets assume my JOSN Field data is like { 'key1':value1 , 'key2':value2 ,'key3':value3 } I want to give the query like MyModel.objects.values('field1' , 'field2' , 'key2(w

Re: How to get JOSN Field key value using values()

2017-06-08 Thread Mallik Sai
I have written a custom ActiveQuerySet method for it. You can find the solution in the following link which works for simple JSON structure. https://stackoverflow.com/questions/44368818/fetch-json-field-value-using-values-in-django On Thursday, June 8, 2017 at 4:45:08 PM UTC+5:30, Mallik Sai

Re: How to override the functionality of values()

2017-06-08 Thread Mallik Sai
By writing a custom method in ActiveQuerySet manager https://stackoverflow.com/questions/44368818/fetch-json-field-value-using-values-in-django On Thursday, June 8, 2017 at 4:44:35 PM UTC+5:30, Mallik Sai wrote: > > I my models I have a JSON Field and I want to get a particular key value

How to run django server locally, if there are multiple settings file in Django Project. if the repo is cloned from Office work space to local(newly hired as intern) (no requirements.txt)

2020-04-21 Thread chaitan sai
Hi Django Aspirants, I am trying to run localhost:8000 to run the server after the cloning the project. from GitHub. I figured out the process to follow after downloading the project. I can open all files from the sublime text editor and saw multiple settings.py files in the main project. I am a

I have posted my question in stackoverflow

2020-06-26 Thread sai Krishna
https://stackoverflow.com/questions/62590728/i-am-able-to-fetch-data-of-only-4-fields-in-my-model-but-why-i-am-not-able-to-fe please help me. it's a it urgent -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st

Re: Looking For Django Developer for 2-3months(paid accordingly)

2020-07-18 Thread Chaitanya Sai
someone got hired!! Please don't reply this post. Thanks, everyone who applied. On Sat, Jul 18, 2020 at 9:47 AM Ali Murtuza wrote: > Intrested > > On Sat, 18 Jul 2020 at 4:49 AM, Budi Hermansyah < > budi.hermansyah...@gmail.com> wrote: > >> >> >

Re: Mysql Connect in Django

2020-07-20 Thread sai Krishna
Once check which python version you have installed. Like 32 bit or 64bit. Based on your Is try to install the python. It might work. On Mon, 20 Jul 2020, 7:13 pm Ravindra Mogilipalem, wrote: > > When i install mysqlclient in Django so many errors are occured like > Running setup.py clean for m

Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Chaitanya Sai
Can any one Look into this thing ?? On Tue, Jul 21, 2020 at 8:09 PM Sai wrote: > I am working Django rest framework api project, where I had multiple apps > in the project. I got a circular import error when I am adding the app URLs > to the main URLs. I Tried everything checked

Re: Python-django project

2020-07-21 Thread sai Krishna
I am interested On Tue, 21 Jul 2020, 11:12 pm Mahendra, wrote: > I am interested > > MAHENDRA YADAV > > On Tue, 21 Jul 2020, 8:39 am learn code, wrote: > >> Hi everyone, >> >> I am learning python and django, like to work on the projects to improve >> more.If any one interested to join with me

Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-22 Thread Chaitanya Sai
Hello Django users, Is there not even single person who can solve this issue?? On Tue, Jul 21, 2020 at 8:09 PM Sai wrote: > I am working Django rest framework api project, where I had multiple apps > in the project. I got a circular import error when I am adding the app URL

Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-22 Thread Chaitanya Sai
0 University Ave, >> <https://www.google.com/maps/search/600+University+Ave,+Toronto,+Ontario+Canada?entry=gmail&source=g> >> Toronto, Ontario >> <https://www.google.com/maps/search/600+University+Ave,+Toronto,+Ontario+Canada?entry=gmail&source=g> >> Canada

Re: Architecture of multiple Sites

2016-03-22 Thread Sai Kiran
If you need to use single projects for more than domains, create an entry in django_site model by giving domain as well as verbose name. Don't give any SITE_ID in settings.py, instead of this you can use Site.objects.get_current() in your view and compare the domain names and change the header

Re: Architecture of multiple Sites

2016-03-23 Thread Sai Kiran
5:30, jorr...@gmail.com wrote: > > But if I don't set the SITE_ID in settings.py I can't use the > CurrentSiteManager, correct? > > > On Tuesday, March 22, 2016 at 1:33:39 PM UTC+1, Sai Kiran wrote: >> >> If you need to use single projects for more than do

django.db.utils.IntegrityError: null value in column "user_id" violates not-null constraint

2020-12-19 Thread Sai Maruthi
Hello everyone, I have created the following model in my Project. User = settings.AUTH_USER_MODEL Discount_Type=( ('$', '$'), ('%', '%'), ) *class Invoice(models.Model):* ticket = models.OneToOneField(Ticket, related_name='invoice', blank=True,null=True, on_delete=models.

Re: django.db.utils.IntegrityError: null value in column "user_id" violates not-null constraint

2020-12-19 Thread Sai Maruthi
This is the full error. Internal Server Error: /ticket/create Traceback (most recent call last): File "C:\Users\Sai Maruthi\.virtualenvs\lappy-FT-EdR8P\lib\site-packages\django\db\backends\utils.py", line 84, in _execute return self.cursor.execute(sql, params

Re: django.db.utils.IntegrityError: null value in column "user_id" violates not-null constraint

2020-12-19 Thread Sai Maruthi
I got the answer from StackOverflow <https://stackoverflow.com/a/65377458/13588941> https://stackoverflow.com/a/65377458/13588941 On Sunday, 20 December 2020 at 09:39:43 UTC+5:30 Sai Maruthi wrote: > This is the full error. > > Internal Server Error: /ticket/create > Trac

Django AWS S3 403 (Forbidden)

2020-12-20 Thread Sai Maruthi
I'm hosting my Static and Media Files of my Django Project on AWS s3. The static files for admin and the image files are working fine, but some of the static files CSS & JS are giving a 403 error(URL for reference- https://maruthi-static.s3.amazonaws.com/static/css/customer_view/main/main.css)

Re: Django AWS S3 403 (Forbidden)

2020-12-20 Thread Sai Maruthi
Fixed! It's due to case sensitive paths in aws. On Monday, 21 December 2020 at 06:49:17 UTC+5:30 Sai Maruthi wrote: > I'm hosting my Static and Media Files of my Django Project on AWS s3. The > static files for admin and the image files are working fine, but some of > t

Fwd: How to send emails using django rest framework from front end angular 7

2019-08-29 Thread Sai Aravind
Dear members, Can anyone help me send emails from django backend with angular 7 frontend , it's very urgent please let me if any one has done it before Regards P. Sai Aravind -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-20 Thread Sai Santhosh
Hlelo On Mon, Jan 20, 2020 at 12:44 PM Integr@te System wrote: > Hi Rahu, > > Plz scrutinize more info to differ, combine and select right one for your > case. > > https://stackshare.io/stackups/google-app-engine-vs-nginx > > > On Mon, Jan 20, 2020, 12:08 Rahul Arora wrote: > >> Thanks for you

MongoDB connection with django

2022-01-17 Thread Sai Kiran Mekala
Hi All, Can someone please assist to connect mongodb with django where I was notified an error django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available database backend or couldn't be imported. Check the above exception. To use one of the built-in backends, use 'dja ngo.db.bac

Re: MongoDB connection with django

2022-01-17 Thread Sai Kiran Mekala
t; On 17/01/2022 12.09, Sai Kiran Mekala wrote: > > Hi All, > > > > Can someone please assist to connect mongodb with django where I was > > notified an error > > > > django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available &g

Re: MongoDB connection with django

2022-01-18 Thread Sai Kiran Mekala
Same brother , I tried with mongoengine still persist with same exception error . Thanks , Saikiran On Tue, 18 Jan 2022, 15:53 Kasper Laudrup, wrote: > On 18/01/2022 03.44, Sai Kiran Mekala wrote: > > Yes , I was notified with the same error but I was unable to connect > > M

Re: MongoDB connection with django

2022-01-18 Thread Sai Kiran Mekala
ql', 'oracle', 'postgresql', 'sqlite' These is the error On Tue, 18 Jan 2022, 16:07 Sai Kiran Mekala, wrote: > Same brother , > > I tried with mongoengine still persist with same exception error . > > Thanks , > Saikiran > > On Tue, 18

i am unable to login with this code

2023-06-29 Thread Gollamudi Rohith Sai
-- 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: Hi all

2019-03-05 Thread Sai Vinay Nelluri
Did you assigned an url for that view? Try doing so and run server and go to the assigned url. On Wed, 6 Mar 2019, 00:02 , wrote: > how can i redirect to Login.html page > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe fr

help

2019-07-05 Thread Manjunatha Sai Uppu
I am new to web development in django , i have some questions that 1. Is it necessary to learn html,css? 2. what are the advantages and disadvantages of django? 3. how it is useful? 4. any best resources that u can provide for me? thanks in advance...! -- You received this message because you

Re: Error while hosting on heroku

2020-03-13 Thread Sai Sandeep Rayanuthala
You need to type Heroku run bash -a appname Make sure you configured your postgres database correctly. On Sat, 14 Mar 2020, 00:04 shree hari, wrote: > I tried that too. > Still its the same. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" gro

Re: cant import views

2020-03-18 Thread Sai Sandeep Rayanuthala
There is no function index in views. That is the problem. Create a function named index in views. On Wed, 18 Mar 2020, 22:30 Laurent Gattegno, wrote: > I think the problem is inside the views.py file. It looks like python > doesnt find views.index and the problem may be the index > Laurent Gatte

Re: It is Possible to send html File through Django Rest api? Please suggest

2020-03-20 Thread Sai Sandeep Rayanuthala
Yeah possible. Use content disposition. On Thu, 19 Mar 2020, 13:01 Suraj Thapa FC, wrote: > No > > On Thu, 19 Mar 2020, 10:53 am venna venkatReddy, > wrote: > >> It is Possible to send html File through Django Rest API. I need how to >> send Template/one.html file to Other Application when they

Django Video Conferencing-Reg

2020-04-06 Thread Sai Pavan Kumar
Hi All, Can any one suggest me for django based video conferencing package. -- *Regards,* *SaiPavan Thirupathi* -- 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

Need suggestions-Reg

2020-06-30 Thread Sai Pavan Kumar
Hi , I need to integrate the video conferencing in my Django application.which is the best open source video conferencing tool available .please suggest me. Thanks and Regards Pavan T -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsub

Django

2018-08-30 Thread Sai Pavan Kumar
Hi Friends, This is pavan working as a python developer. Is there any tool for reports generation in django admin or in templates(dynamic filters). -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django

2018-08-31 Thread Sai Pavan Kumar
Thank you, Mike Dewhirst. On Fri, Aug 31, 2018 at 3:52 AM Mike Dewhirst wrote: > On 30/08/2018 2:57 PM, Sai Pavan Kumar wrote: > > Hi Friends, > >This is pavan working as a python developer. Is there any tool > > for reports generation in django admin or in temp

Getting relation "authentication_user" does not exist error

2019-12-23 Thread Siva Sai Krishna
Hi Guys, I changed Django default db from *mysql* to *postgres * and i am getting the below error. If anyone knows how to fix this error, give suggestions. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

need help with Django regstration redux

2018-06-16 Thread Leela Sai Madhav Manne
Iam trying develop a web application. I am using Django registration redux package for registration. when im try to access http://127.0.0.1:8000/accounts/register it automatically redirecting to http://127.0.0.1:8000/accounts/profile/ Shows me following Using the URLconf defined in bookstore

user login not working anyone please help

2019-12-15 Thread Sai Yuva Teja Gorthy
github repo is https://github.com/Yuvateja01/project.please help -- 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 vi