Re: Adding a verbose_name to id field

2020-02-10 Thread Bruckner de Villiers
Thank you Jason.  However, I get the following error - AssertionError: Model bugs.Bugs can't have more than one auto-generated field.  Before adding the underlined bug_ticket field everything worked.  Is the error because the model already exists and I am adding the AutoField? My models.p

Re: to add counter to an object of a table

2020-02-10 Thread onlinejudge95
Can you be more specific and provide more context about the same On Mon, Feb 10, 2020 at 12:15 AM BRAJESH KUMAR wrote: > Hi , > > I have a product details db class with few details for each object of that > class, need help to add a counter. > > > > Thanks, > > Brajesh > > > > > > Sent from Mail

Re: Problem with Admin Page

2020-02-10 Thread onlinejudge95
Also, traceback would be awesome On Mon, Feb 10, 2020 at 12:09 AM Alessandro D' Oronzo wrote: > Hi everyone, > I have a problem with local web server and admin page. > When I try to connect to admin page the web server of Django close without > errors. > Do you have any ideas? > > Thanks so much

Re: to add counter to an object of a table

2020-02-10 Thread Bruckner de Villiers
Brajesh, I presume that you want the counter to auto-increment.  The gurus are recommending AutoField, but I can’t get it to work yet and the Django docs are a bit vague on the subect. Good luck. Bruckner de Villiers 083 625 1086 From: on behalf of BRAJESH KUMAR Reply to: Date: Sun

Re: Problem with Admin Page

2020-02-10 Thread maninder singh Kumar
My guess is you have a problem with your browser ! [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 12:09 AM Alessandro D' Oronzo wrote: > Hi everyone, > I have a problem with local web server an

Re: Problem with Admin Page

2020-02-10 Thread maninder singh Kumar
Couldn't be anything in the tracebacks ! [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 2:32 PM onlinejudge95 wrote: > Also, traceback would be awesome > > On Mon, Feb 10, 2020 at 12:09 AM Ales

Re: to add counter to an object of a table

2020-02-10 Thread maninder singh Kumar
You would obviously want a counter to use in the template. And I presume a for loop will not do ? [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 2:33 PM Bruckner de Villiers < bruckner.devilli..

Re: Regarding Summer internship opportunities

2020-02-10 Thread maninder singh Kumar
Hi ankit, I wonder if you would be interested in a django project involving : 1. AI CV makers 2. Other HR related products. [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 2:43 AM Anupriya Nish

Re: Regarding Summer internship opportunities

2020-02-10 Thread N Rupesh
i am interested to join. actually, present i am learning django. and some confusion in forms. so, please accept my invitation. thank you On Mon, Feb 10, 2020 at 5:03 PM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Hi ankit, > > I wonder if you would be interested in a django proje

Re: Regarding Summer internship opportunities

2020-02-10 Thread maninder singh Kumar
We could start a group of programmers joining to create separate modules. Right now I am working on one module [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 5:09 PM N Rupesh wrote: > i am inte

Re: Key Error :access_token While requesting access token using windows Outlook api token url

2020-02-10 Thread maninder singh Kumar
Perhaps urls.py [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Sat, Feb 8, 2020 at 12:31 AM onlinejudge95 wrote: > Firstly, do not ever share any of your personal information over a mailing > list. You just exposed

Re: not inserted registeration form.

2020-02-10 Thread maninder singh Kumar
Your views.py needs to be thus : if request.method = POST: "Do something" else: form = CreateUserForm() [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Fri, Feb 7, 2020 at 12:34 PM nrupesh08 wrote: > hi, > why

Re: Problem with Admin Page

2020-02-10 Thread Alessandro D' Oronzo
I have resolve it. The problem is version of python. Upgrade to 3.8 and I have fix the problem Il giorno lun 10 feb 2020 alle 12:28 maninder singh Kumar < maninder.s.ku...@gmail.com> ha scritto: > Couldn't be anything in the tracebacks ! > > > [image: --] > > Maninder Kumar > [image: http://]abou

Re: Problem with Admin Page

2020-02-10 Thread maninder singh Kumar
Good job then I was wrong [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 6:14 PM Alessandro D' Oronzo wrote: > I have resolve it. The problem is version of python. Upgrade to 3.8 and I > have f

Re: Adding a verbose_name to id field

2020-02-10 Thread Jason
Hmm. TIL about https://code.djangoproject.com/ticket/8576 Would a a uuid for this, rather than an integer? If not, you'll have to implement a save override to handle the incrementing yourself. In addition, it might be worthwhile bringing this ticket up for discussion at https://groups.google.

Trie Implemntation in django

2020-02-10 Thread Soumen Khatua
Hi Folks, I wrote one python file which is a Trie algorithm but i don't know how to implement it in Django and javascript. Please help me regarding this matter. Thank you in advance regards, Soumen -- You received this message because you are subscribed to the Google Groups "Django users" gro

Django server is slow after moving database to remote VM

2020-02-10 Thread Simen Russnes
Ever since I separated my server running the Django code (2.2.9), and my MariaDB server (10.3), there has been a significant lag increase in my application. I've tried to limit the number of explicit requests to the server as the round trip of opening and closing a connection now is obviously goin

Re: Problem with Admin Page

2020-02-10 Thread Rishabh Gupta
I have problem with CSS .CSS is not loading from static folder > Help me So i help others for same Thanks Rishabh On Mon, Feb 10, 2020 at 4:58 PM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Couldn't be anything in the tracebacks ! > > > [image: --] > > Maninder Kumar > [image: ht

Re: Django server is slow after moving database to remote VM

2020-02-10 Thread Jody Fitzpatrick
Are the VM's within the same network/hosting company? On Mon, Feb 10, 2020 at 8:38 AM Simen Russnes wrote: > Ever since I separated my server running the Django code (2.2.9), and my > MariaDB server (10.3), there has been a significant lag increase in my > application. > > I've tried to limit th

Re: Problem with Admin Page

2020-02-10 Thread maninder singh Kumar
Is it just one css or all css ? [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 10, 2020 at 7:08 PM Rishabh Gupta wrote: > I have problem with CSS .CSS is not loading from static folder > > Help me So i hel

Re: Problem with Admin Page

2020-02-10 Thread Alessandro D' Oronzo
Hi, it is a default admin page. Il giorno lun 10 feb 2020 alle 20:26 maninder singh Kumar < maninder.s.ku...@gmail.com> ha scritto: > Is it just one css or all css ? > > > > [image: --] > > Maninder Kumar > [image: http://]about.me/maninder.s.kumar >

Re: Problem with Admin Page

2020-02-10 Thread maninder singh Kumar
I had the same problem on apache after running collect static Sent from my iPad > On 11-Feb-2020, at 1:01 AM, Alessandro D' Oronzo wrote: > > Hi, it is a default admin page. > > Il giorno lun 10 feb 2020 alle 20:26 maninder singh Kumar > ha scritto: >> Is it just one css or all css ? >> >>

Async await support in Django 3.0.3

2020-02-10 Thread BfutureP
how to enable async await support in my django project globally so don't need to convert thread loop all the time. -- 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