Re: Looking for a Django firm

2022-09-14 Thread Damanjeet Singh
Hello Mike, I am interested and from UK. If you let me know your email, I can forward my profile to you. Regards Damanjeet mailtoda...@gmail.com On Tue, 13 Sept 2022, 01:01 Mike Dewhirst, wrote: > Hi all - I'm looking for a Django outfit with an interest in chemistry > or customers in the che

Re: No downtime rolling upgrades with migration

2023-03-26 Thread Damanjeet Singh
Hello, Please read my reply below. Best of luck. Regards On Sun, 26 Mar 2023, 21:17 Sandip Bhattacharya, wrote: > New to django, so wanted to ask some questions that I didn’t find good > resources for: > > 1. If you deploy django apps using docker, do you run migrations before > launching gun

Re: No downtime rolling upgrades with migration

2023-03-26 Thread Damanjeet Singh
: > > > On Mar 26, 2023, at 4:32 PM, Damanjeet Singh > wrote: > >> 3. How do you do non-backward compatible schema upgrades? Do you do it >> out of band from deployments? Do you shift traffic to a different cluster, >> and then zero traffic upgrade the whole cluster

Re: django.db.utils.ProgrammingError: relation "ops_sightseeing" already exists

2020-06-29 Thread Damanjeet Singh
Hello, You need to remove file from migration folder. If this doesn't work, check django_migration table in the database. Regards On Mon, 29 Jun 2020, 18:59 maninder singh Kumar, wrote: > This could be a case for cleaning the database up. Is there kinda too > much data in it, and which one

Re: How to get data from django model to the excel sheet.

2020-07-06 Thread Damanjeet Singh
Please see handsontable.com. I have been using it for my project. On Mon, Jul 6, 2020 at 9:06 AM Ashutosh Mishra wrote: > What if I have an image field too,how to do that > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

Re: HOW TO REDIRECT DIFFERENT CATEGORY OF USERS THROUGH LOGIN REDIRECT (two login redirects instead of one)

2020-07-11 Thread Damanjeet Singh
Please check this answer https://stackoverflow.com/questions/16824004/django-conditional-login-redirect On Sat, 11 Jul 2020, 18:22 Kuntal Paul, wrote: > Thank you for your response. I did this way and it was giving me a 405 > error. I couldn't find my mistake. I was saving both of them as studen

Re: randomizing objects in the view with pagination

2020-07-12 Thread Damanjeet Singh
Hello, I have been using random module (django-random-queryset) for site https://www.euroautozone.com. Performance is not bad. here is the code models.py class product(models.Model): ##Slug objects = RandomManager() Views.py query = product.objects.filter(Q(title__icontains=qu

Re: Query Optimization (Huge Data in the Database)

2020-07-19 Thread Damanjeet Singh
Hello , Prefetch_related can be helpful, see doc https://docs.djangoproject.com/en/3.0/ref/models/querysets/#prefetch-related Regards, Damanjeet On Sun, 19 Jul 2020, 04:39 karthik challa, wrote: > Hi Experts, > > I am trying to execute the below query and the query is taking more than 5 >

Re: Django channels handshake failed

2020-08-06 Thread Damanjeet Singh
Please also check security in redis. I can confirm chat example in channel working fine for me. I have been using redis, channel, django, ajax, and handsontable for multiple users edit same spreadsheet. On Thu, 6 Aug 2020, 18:54 Kunal Solanke, wrote: > Make sure ur cache db is running redis if

Re:

2020-08-13 Thread Damanjeet Singh
Hello Rohini, I suggest using the Java script if you would like to do such an operation in the template. https://www.w3schools.com/jsref/jsref_sort.asp https://medium.com/@cecilia.wahome/searching-sorting-algorithms-in-javascript-fcc08551c8a8 best regards, Daman On Thu, Aug 13, 2020 at 3:57 A

Re: Request for admins

2020-10-14 Thread Damanjeet Singh
I agree with you. On Sun, 11 Oct 2020, 21:14 o1bigtenor, wrote: > Greetings > > The list volume seems to have attracted those that purport to offer > help or services. > > Is it possible that the volume of this has reached a point where there > is a separate list for just that. > That would be a

Re: Recruitment

2020-10-14 Thread Damanjeet Singh
Better to support and answers to users quries rather than promoting your business here. On Wed, 14 Oct 2020, 15:20 Dvs Khamele, wrote: > Did not expected this, apologizes. > > On Wed, 14 Oct 2020 at 15:46, Kasper Laudrup > wrote: > >> Hi Divyesh, >> >> On 14/10/2020 11.20, Dvs Khamele wrote: >>

Re: Dynamic Logo

2020-10-18 Thread Damanjeet Singh
This link might work for your work https://docs.djangoproject.com/en/3.1/ref/contrib/sites/ On Sun, 18 Oct 2020, 12:53 Asaduzzaman Sohel, wrote: > I am creating a django application. now I would like to create logo, site > name & info which will be dynamic. I want to create Model for this , but

Re: Django Channels

2020-11-05 Thread Damanjeet Singh
Hello, Please add console.log() in html page and check when client was connected and disconnected. I confirm chat message example works good. Regards On Wed, 4 Nov 2020, 08:55 Yeddu Prasad, wrote: > Hi all, I am trying to learn to setup a django chat using channels. I > tried the Channels tuto

Re: Can anyone Contribute or Collaborate On a Django project

2020-12-25 Thread Damanjeet Singh
Yes I m interested On Fri, 25 Dec 2020, 13:13 Madhav Nandan, wrote: > Hi All, > > Wish you all the first merry Christmas. I have a project on GitHub and I'm > making changes to it. It's a Django project. I have implemented most of the > features of the dashboard. Can anyone collaborate with me o

Re: Reports in Django

2021-01-17 Thread Damanjeet Singh
In project I am using https://pivottable.js.org On Sun, 17 Jan 2021, 13:29 Ali Sufyan, wrote: > Hi All: > > Do we have report making library like crystal reports > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this

Devops python

2024-01-04 Thread Damanjeet Singh
Hello, I am developing a tool to manage and reporting on multiple cloud platforms. I have done most of its development in django. I am looking for someone who has vast experience in any cloud platforms to discuss if market is ready for my idea. Your time is highly appreciated. Best Regards, Dam

Django Project https://compareinterestrate.uk/

2024-12-10 Thread Damanjeet Singh
Hello everyone, I’ve created a website using Django and SQLite: https://compareinterestrate.uk/. The site compares mortgage rates and interest rates from various banks, presenting the data through an interactive datatable. By gathering up-to-date financial information from multiple bank websites,