Re: How to provide background image via url() in django

2020-07-16 Thread Sujata Aghor
I set background image like below in the style tag of the html page. It works ! body{ background: url({% static 'users/img/bg/name_of _image.png'%}) no-repeat center center fixed; -webkit-background-size:cover; -moz--background-size:cover; -o--background-size:cover; backgro

how to override options of choices in django model form

2020-07-28 Thread Sujata Aghor
Hello All, How can I override options of choices in django model form from the model field ? Below is my code - *models.py:* class XXX(models.Model): StatusType = models.TextChoices('StatusType', const.status_values) status = models.CharField(max_length=100, default='abc', choices=StatusType.cho

Is it possible to use the built-in LogEntry to track actions of every users not only in admin page?

2020-11-24 Thread Sujata Aghor
Hello Django lovers, I am looking for something to track the actions of all users on my website. The LogEntry class tracks additions, changes, and deletions of objects done through the admin interface. Can we track other users' actions also in LogEntry? Any help is much appreciated. Any suggestion

Re: Python Django Training

2020-12-08 Thread Sujata Aghor
I m in 👍 On Tue, Dec 8, 2020 at 6:59 AM cmailu06 wrote: > I am interested > > > > > Sent from my Galaxy > > > Original message > From: Chuck > Date: 08/12/2020 02:42 (GMT+03:00) > To: django-users@googlegroups.com > Subject: Re: Python Django Training > > I am also interested.

Database audit fields in Django

2020-05-22 Thread Sujata Aghor
I am looking to create a database audit fields such as 'created by' , ' modified by', 'created on time', ' modified on time' and Archive table where i can see the changes over the time about perticular row. this was possible in web2py automatically. Does anyone knows any such thing exist in Dja

context.py values not render into tamplate when log in from email link

2021-09-20 Thread Sujata Aghor
I have set some variables in context.py, which need to be rendered in the base template of an application. It's working fine when I normally log in into the system. BUT I have an email workflow feature. So when I log in via a link in email, that time it won't render the values in the base template

Defining a custom email backend

2021-09-22 Thread Sujata Aghor
Hello Everyone, I want to use different values of - EMAIL_HOST_USER & EMAIL_HOST_PASSWORD for each of my users. I will take those values from database and not from settings.py In django documentation I can see only a single paragraph about defining a custom email backend, which is not giving me en

Re: Defining a custom email backend

2021-09-22 Thread Sujata Aghor
rror - send_mail() got an unexpected keyword argument 'EMAIL_HOST_USER' Can you suggest anything about this ? Thanks On Thu, Sep 23, 2021 at 10:57 AM sum abiut wrote: > If you don't mind sharing your code here. > > cheers, > > On Thu, Sep 23, 2021 at 4:17 P

Re: Defining a custom email backend

2021-09-23 Thread Sujata Aghor
Got my answer here - https://stackoverflow.com/questions/43857594/django-set-e-mail-settings-in-view/43881974#43881974 Setting up values for connection object from database for specific reseller. Thanks On Thu, Sep 23, 2021 at 11:09 AM Sujata Aghor wrote: > *settings.py : * > DEFAULT_FROM

Ajax call not working with X-editable

2022-02-13 Thread Sujata Aghor
Hello Django lovers, I am trying to use inline edit using X-editable Here I am trying to fill 'source' value with an ajax call, which will fill a dropdown on every click. But it's not working. If anyone tried this earlier please let me know. If I

Re: Ajax call not working with X-editable

2022-02-14 Thread Sujata Aghor
getting called when using it this way for loading 'source' - x editable. On Mon, Feb 14, 2022 at 1:31 PM Sebastian Jung wrote: > Hello, > > You must send in all post and ajax post everytime CSRF Token. Please try > it. > > When you send it which response you get from dj

Re: How to validate xl data

2022-02-14 Thread Sujata Aghor
Hi Prashant, If you are talking about server side validations, then you can do that for each row/ cell values before inserting data into db. Regards! On Mon, Feb 14, 2022 at 12:05 PM Prashanth Patelc wrote: > i am working on xl sheets , when im uploading the xl sheet it is storing > into the mo

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread Sujata Aghor
Hello I am interested if remote working is an option. -- 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 dis

Re: Job -Fullstack python expert ( Django framework)

2022-08-19 Thread Sujata Aghor
I am also Interested. -- 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:

Whatsapp integration with django application

2023-01-24 Thread Sujata Aghor
Hello Django users, I want to integrate whatsapp with my django application. Reading through Meta for Developers? Any help around this is most welcome. Or another option is Twilio. If anyone has tried any of this please suggest. -- Thanks & Regards! Sujata S. Aghor -- You received this message

Re: Freelance Django and Python work

2023-07-09 Thread Sujata Aghor
Hello, I am very much interested in the above project. You can view my profile here <https://www.linkedin.com/in/sujata-aghor-1b3a97189/>. Thanks in advance! ‪On Tue, Jun 13, 2023 at 4:59 PM ‫אורי‬‎ wrote:‬ > Hi, > > I'm looking for a programmer to hire as a freelancer f

Re: E-comm live project

2024-03-26 Thread Sujata Aghor
I am interested. I have experience in Python Django for 10+ years On Mon, Mar 25, 2024 at 6:30 PM oduwole samuel wrote: > I'm interested 07083861162 > > On Fri, Mar 22, 2024, 2:16 PM Md. Amjad Hosen > wrote: > >> Hi, I’m interested. Whatsapp number is +8801751023426 >> >> On Friday, March 22, 2

Re: Agricultural and livestock marketplace plus social network as a whole

2024-04-23 Thread Sujata Aghor
Hello I am interested in Python Django work. Whatsapp : 9881301878 > On Saturday, March 16, 2024 at 1:19:19 AM UTC+5:30 Jorge Bueno wrote: > >> Good evening everyone, I need help in my personal project to create an >> agricultural and livestock marketplace and an agricultural and livestock >> soc

Re: Agricultural and livestock marketplace plus social network as a whole

2024-04-23 Thread Sujata Aghor
BTW your github pages are not accessible (giving #404 error) - Both links frontend and backend. On Tue, Apr 23, 2024 at 3:24 PM Sujata Aghor wrote: > Hello > I am interested in Python Django work. > Whatsapp : 9881301878 > > >> On Saturday, March 16, 2024 at 1:19:19 AM