Re: why created_at is greater than updated_at while inserting data in table

2018-11-28 Thread Ankit Khandewal
and with this method created_at and updated_at both arguments will trigger the field update event with timezon.now(), is there any other method to enter only created_at at time of inserting On Wednesday, 28 November 2018 12:43:03 UTC+5:30, Ankit Khandewal wrote: > > hello, i am using this code

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Andréas Kühne
The problem is it isn't easy to recommend a javascript framework because there are so many and all have different pros and cons. Another thing is that they are also very subjective in what you need / want. Django itself isn't biased towards one or the other. Also communicating with django itself wo

Re: why created_at is greater than updated_at while inserting data in table

2018-11-28 Thread Ankit Khandewal
is there any fix to this? On Wednesday, 28 November 2018 12:43:03 UTC+5:30, Ankit Khandewal wrote: > > hello, i am using this code to update created_at and updated_at in models: > created_at = models.DateTimeField(auto_now_add=True) > updated_at= models.DateTimeField(auto_now=True,null=Tru

Re: Update of issue (Trac) rejected (SPAM ...)

2018-11-28 Thread Tim Graham
I marked your comment as "ham" so maybe it'll pass the Bayes filter now. "Easy pickings" is subjective but I wouldn't consider that issue "easy" since there's not a clear consensus about how to proceed. On Wednesday, November 28, 2018 at 5:10:06 AM UTC-5, guettli wrote: > > I wanted to update th

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Joel Mathew
I've been thinking a lot about the most painless way of learning a javascript framework. My project is almost complete, and so far everything has been written in javascript using jquery. But for what I have planned next, a framework would be immensely helpful. I just wish it was as easy as learning

Re: why created_at is greater than updated_at while inserting data in table

2018-11-28 Thread Nelson Varela
I think it has to do with django adding timezone.now() on each field with auto_now on it when saving to the databse.. the code for the first field will get timezone.now() slightly earlier then the second one -- You received this message because you are subscribed to the Google Groups "Django

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Jason
Its really personal preference at times, especially for personal projects. That said, when it comes to frameworks like angular, react, vue, picking one is like picking a version control solution. -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-28 Thread Rabah Saadi
Any Clue guys ??, Please Le mercredi 21 novembre 2018 05:38:19 UTC-8, Rabah Saadi a écrit : > > Hello, > > I've been using Django 2.2Dev for a while now, since April 2018, and it is > working just fine (I got my reasons why Django Dev). But since the last git > pull, it shows the CSRF token miss

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Joel Mathew
Please provide more useful information that merely suggesting the name of a framework. Please say why you feel this framework is better for working with django. Sincerely yours, Joel G Mathew On Wed, 28 Nov 2018 at 18:36, Thanh Tuyền Huỳnh < huynhthanhtuyen...@gmail.com> wrote: > Hi guys, > >

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Thanh Tuyền Huỳnh
Hi guys, You could refer Vuejs. Vào 03:20 T.4, 28 Th11 2018 Simon Connah đã viết: > I'm in the process of building a website in Django and need to make a > specific part of my application dynamic. Because of that I'd like to use > a JavaScript frontend framework to build this portion of the sit

Update of issue (Trac) rejected (SPAM ...)

2018-11-28 Thread guettli
I wanted to update this issue https://code.djangoproject.com/ticket/27936 it was not possible. Trac told me this was Spam with this message: SpamBayes determined spam probability of 98.09% What can I do now? I wanted to add this text: {{{ I still think a visual help like the diagram I pain