Re: Django Doubt

2022-05-19 Thread Kasper Laudrup
On 19/05/2022 20.11, Aryan Irani wrote: I am currently getting timestamps using javascript as soon as the user types words in the tab. This timestamp is stored in an array. I want to get that timestamp into my Django template and display it on the screen. This is purely related to front en

Django Doubt

2022-05-19 Thread Aryan Irani
I am currently getting timestamps using javascript as soon as the user types words in the tab. This timestamp is stored in an array. I want to get that timestamp into my Django template and display it on the screen. This is my Javascript code const durations = []; $('#in').keydown(function (e

Re: django doubt

2015-01-27 Thread George Silva
what? english, please. Em 27/01/2015 12:13, "termopro" escreveu: > > Purpose well, libs clean, u happy. > If don't use, don't use - problem no. > The diff is some syntx sugr/ abilty do thngs ezly. > > On Tuesday, January 27, 2015 at 9:15:19 AM UTC+2, Kadhir Mani wrote: >> >> what pupose using vir

Re: django doubt

2015-01-27 Thread termopro
Purpose well, libs clean, u happy. If don't use, don't use - problem no. The diff is some syntx sugr/ abilty do thngs ezly. On Tuesday, January 27, 2015 at 9:15:19 AM UTC+2, Kadhir Mani wrote: > > what pupose using virtualenv ?if don't use what hapend? what is diff bte > virtualwrpper and virtua

Re: django doubt

2015-01-27 Thread George Silva
Virtualenv helps you isolate between environments. Imagine that you work where you need to develop and maintain two applications. One is written in Django.1.5 and the other one on Django 1.7. How do you install two versions of Django inside your system python environment? You can't. That's what v

django doubt

2015-01-27 Thread Kadhir Mani
what pupose using virtualenv ?if don't use what hapend? what is diff bte virtualwrpper and virtualenv -- 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-use