Django form wizard multiple file uploads problem

2020-04-08 Thread Deniz Bazan
I have a problem with form wizard, I have a form wizard with 3 steps. In step 2, user uploaded several files. In step 3, send the data to the database. I can save files in server in step 2, but if user does not finish the form then files will remain on the server for free.Therefore I should not

How to add a language in Django that its not supported by default?

2018-08-09 Thread Deniz Bazan
Im trying to make a website in 5 languages. The main language should be kurdish but it is not supported by Django default. I tried already the how to add new languages into Django?

Re: New language adding error('Unknown language code si.')

2018-08-09 Thread Deniz Bazan
Hi Kumara, did you find a solution for your question, because i have same problem. Am Montag, 30. April 2018 14:04:01 UTC+2 schrieb lakshitha kumara: > > Hello Jason, > > *Thanks you for your reply but **unfortunately** that example not working > any more with django 2 and python 3 .* > > > *T

I need help! How to add a language in Django that its not supported by default?

2018-08-10 Thread Deniz Bazan
I m trying to make a website in 5 languages. The main language should be kurdish but it is not supported by Django default. I tried already the how to add new languages into Django?

Re: How to add a language in Django that its not supported by default?

2018-08-10 Thread Deniz Bazan
} > b = {4:4, 5:5} > c = {**a, **b} > print(c) > > > Try adding your dictionaries together this way. > > -Clay Records > > > On Thursday, August 9, 2018 at 11:31:59 AM UTC-4, Deniz Bazan wrote: >> >> Im trying to make a website in 5 languages. The main la

In my django web app i wannt show time in user timezone

2018-12-07 Thread Deniz Bazan
Hello everybody, I have a django web app, in my app i want to show in the page where the time information is, with user timezone. I have a form with start_time and end_time(Timefield) user send this with a specific timezone(Berlin/Europa) after this when a user go to the page, the user should s