Re: Images and pdfs for production level

2020-02-15 Thread Soumen Khatua
Okay On Sun 16 Feb, 2020, 11:37 AM Devender Kumar, wrote: > Read about cloudfront that will help you for sure. > > On Sun, 16 Feb, 2020, 11:03 am Soumen Khatua, > wrote: > >> Actually I'm using s3 bucket but I want to convert it as a CDN. Could you >> tell me how I can do that? >> >> Thank you

Re: Images and pdfs for production level

2020-02-15 Thread Devender Kumar
Read about cloudfront that will help you for sure. On Sun, 16 Feb, 2020, 11:03 am Soumen Khatua, wrote: > Actually I'm using s3 bucket but I want to convert it as a CDN. Could you > tell me how I can do that? > > Thank you > > Regards, > Soumen > > On Fri 14 Feb, 2020, 1:10 PM Devender Kumar, w

Re: Retaining text in search input boxes

2020-02-15 Thread maninder singh Kumar
Wouldn't the value field make it fixed ? [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Sun, Feb 16, 2020 at 12:22 AM Dick Arnold wrote: > I have a personnel database which has to be edited to keep it current. > I

Re: Study and project partner(s) needed

2020-02-15 Thread maninder singh Kumar
The projects need to be specified ! [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Fri, Feb 14, 2020 at 9:46 PM Akorede Habeebullah wrote: > Hi guys, > > I've been learning Django on a solo for a while now and I'm

Image overwrite

2020-02-15 Thread Soumen Khatua
Hi Folks, I have a model where user can upload their image. But after uploading a new image the old image is still their but as for my convention if a user upload his new image the old image should not be their, If anyone know please tell me How I can do that?? Thank you Regards, Soumen -- You

Re: Images and pdfs for production level

2020-02-15 Thread Soumen Khatua
Actually I'm using s3 bucket but I want to convert it as a CDN. Could you tell me how I can do that? Thank you Regards, Soumen On Fri 14 Feb, 2020, 1:10 PM Devender Kumar, wrote: > I will suggest you go with AWS S3 you can use boto3 lib available for > python > > On Thu, 13 Feb, 2020, 12:32 pm

Django migrations

2020-02-15 Thread maninder singh Kumar
I have 4 MySQL databases and use routers to manage them.The tables are created and the migration is successful however django server shows one migration to be applied. If the command is to ". python3 manage.py migrate" it does apply the migration but to the auth table which is the default table

Re: Is a Custom User Model worth the headache?

2020-02-15 Thread Mike Dewhirst
Thank you kind sir 😀Makes perfect sense ...Mike Original message From: Carsten Fuchs Date: 15/2/20 23:33 (GMT+10:00) To: django-users@googlegroups.com Subject: Re: Is a Custom User Model worth the headache? Hi Mike,Am 2020-02-14 um 23:30 schrieb Mike Dewhirst:> In your docume

Any newbies especially in Cape Town for meetups?

2020-02-15 Thread Francis Butawu
Hi All I'm new to Django and I'm looking for some people to organize a meetup with and learn from each other ideally those in Cape Town pls reach out -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

Re: Study and project partner(s) needed

2020-02-15 Thread Oluwaseun Jeremiah
I will like to join you Here is my whatsapp 2347033819166 On Sat, Feb 15, 2020, 7:10 AM Jack Lin wrote: > Hi there, > I’ve got a new Django project. Do you guys interested to join? > This is my website and this > is a simple Django app

Re: Study and project partner(s) needed

2020-02-15 Thread Hector Berrones
Me too brother On Fri, Feb 14, 2020, 10:15 AM Akorede Habeebullah wrote: > Hi guys, > > I've been learning Django on a solo for a while now and I'm really in need > of a Programmer friend/partner who we can always learn together, build > projects together. This will really benefit both sides gre

Re: Study and project partner(s) needed

2020-02-15 Thread Realdox Opeyemi
I'm also a Django beginner ,I need a study partner ...email : realdox2yk47...@gmail.com WhatsApp : +2348163534852 On Feb 15, 2020 6:33 AM, "paarull shukla" wrote: > Heloo satvik I also started learn jango few days back.. If we face > anyproblem can we discuss > > On Sat, 15 Feb, 2020, 9:06 AM

Re: Study and project partner(s) needed

2020-02-15 Thread Realdox Opeyemi
I'm also a Django beginner we can team up and reach our destination together ..email : realdox2yk47...@gmail.com WhatsApp : 08163534852 On Feb 15, 2020 8:01 PM, "Ayodeji Opaleye" wrote: > > Interested here too. > Just picked up Django this week > > On Fri, Feb 14, 2020, 5:15 PM Akorede Habeebu

Re: Retaining text in search input boxes

2020-02-15 Thread onlinejudge95
On Sun, Feb 16, 2020 at 12:22 AM Dick Arnold wrote: > I have a personnel database which has to be edited to keep it current. > I have created search parameters to find the person to edit. > The exact name of the person is not always known, therefore the name field > for searching can contain only

Getting ORA-00918: column ambiguously defined error which try to open django admin page after upgrading to django 3.03 from 2.0

2020-02-15 Thread Fateh Budwal
Getting django.db.utils.DatabaseError: ORA-00918: column ambiguously defined error when I try to open Django admin page. Here is the error: raise dj_exc_value.with_traceback(traceback) from exc_value File "/venomscribe/lib/python3.6/site-packages/django/db/backends/utils.py", line 86, in _exe

Re: Study and project partner(s) needed

2020-02-15 Thread Ayodeji Opaleye
Interested here too. Just picked up Django this week On Fri, Feb 14, 2020, 5:15 PM Akorede Habeebullah wrote: > Hi guys, > > I've been learning Django on a solo for a while now and I'm really in need > of a Programmer friend/partner who we can always learn together, build > projects together. Th

Retaining text in search input boxes

2020-02-15 Thread Dick Arnold
I have a personnel database which has to be edited to keep it current. I have created search parameters to find the person to edit. The exact name of the person is not always known, therefore the name field for searching can contain only a few of the characters. This can create a list of several

Re: Is a Custom User Model worth the headache?

2020-02-15 Thread Carsten Fuchs
Hi Mike, Am 2020-02-14 um 23:30 schrieb Mike Dewhirst: > In your documentation you mention "from accounts.models import User" > > I have been maybe taking things too literally. After migrating to my custom > user I have used "from django.contrib.auth import get_user_model" followed by > "User =

Re: [Django] Error occured while saving a form created through model formset factory

2020-02-15 Thread Integr@te System
Hi, Plz check about: HttpResponseRedirect('/gspapp/ModelGSPRequestList') On Sat, Feb 15, 2020, 13:15 Dilipkumar Noone wrote: > Hi Maninder, > > This error seems because i used choice field which actually use names as > values but django expects the id. > > As Django automatically creates a Mod

Re: Production deployments and Version Control for DJango projects

2020-02-15 Thread Kasper Laudrup
Hi Aldian, On 15/02/2020 05.57, Aldian Fazrihady wrote: Try ansible-playbook That's exactly what Ansible was designed for, so I agree that this would be the obvious route to go. No reason not to use git for source control and then Ansible to automate the deployment. Kind regards, Kaspe

Re: Production deployments and Version Control for DJango projects

2020-02-15 Thread Kasper Laudrup
Hi Sam, On 15/02/2020 05.58, Sam Hefer wrote: Bitbucket is great if you don’t like Git env. It has a great interface. Bitbucket is more or less a web frontend to git, so it can hardly be regarded as an alternative to git. But I agree that the git command line interface isn't exactly the mo