localStorage is a client-side technology. You interact with that using
javascript.
Django only deal with the server-side.

If the text area you are talking about is in the django's admin, you
should take a look at how third party providing rich editing textarea
are doing.


2016-11-10 16:41 GMT+01:00 Raniere Silva <rani...@rgaiacs.com>:
> Hi all,
>
> I have some text area on my form that I expected that the user will take
> a few minutes to answer and I want to avoid them to need to type
> everything again if something happen (e.g. their device got out of
> battery). Something that I think I could use is localStorage to store
> the temporary answer. I couldn't find a native solution to my problem
> neither a package. Did I missed something? Or I'm on the wrong path?
>
> Cheers,
> Raniere
>
> --
> 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-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/2f5c60ff-76bd-4706-bc04-2a0adf1c4a76%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 

Cordialement, Coues Ludovic
+336 148 743 42

-- 
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-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEuG%2BTanY6QkNCgdK%3DKzz7EMfSZsuNsn16je7Ray-X%2B3LrDUtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to