progress bar and upload big file and protect files

2020-03-04 Thread Alaydyn Gholechragh
Hi I search a lot in Google to find best methods for uploads big file with progressbar to my site and i can't find any solution And other things for protecting my file (zip or rar) from Anonymous user.. Because I want to create a web site for selling some files Please help me and give me best ex

Re: progress bar and upload big file and protect files

2020-03-06 Thread Alaydyn Gholechragh
tqdm not work for web it is for consol or windwos or mac ... On Wednesday, March 4, 2020 at 8:31:24 PM UTC+3:30, jlgimeno71 wrote: > > > > On Wed, Mar 4, 2020 at 8:40 AM Alaydyn Gholechragh > wrote: > >> Hi >> I search a lot in Google to find best met

Django-React with webpack or create-react-app

2020-03-07 Thread Alaydyn Gholechragh
hi I want to use Django and react together but there is one problem , I don't know it is good I make react application with "webpack and bundler " or "creat-react-app "?? which is better ??? -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Django-React with webpack or create-react-app

2020-03-07 Thread Alaydyn Gholechragh
look > into improvising your production build for your react code. You should > explore external bundlers for your React application after that. > > On Sat, Mar 7, 2020 at 2:52 PM Alaydyn Gholechragh > wrote: > >> hi >> I want to use Django and react together but

ListAPIView in Django Rest Framework not return correct translation

2020-03-07 Thread Alaydyn Gholechragh
hi this my code : class BookListAPIView(ListAPIView): queryset = Book.objects.all() serializer_class = Bookserializer and django.po and compiled is : msgid "title" msgstr "عنوان" #: .\app\models.py:13 msgid "price" msgstr "قیمت" and result is for http://127.0.0.1:8000/fa/ : [ {

Django DFR How can i use Translation ?

2020-03-08 Thread Alaydyn Gholechragh
I Use this Document translation and translate my fields but in DRF name of fields not translate just value of fields are translate ?? DFR Response in en : { id:1 name:'ali' } and in fa: { id:1 name:'علی' } but i want

Translations & Internationalization in Django Rest Framework

2020-03-10 Thread Alaydyn Gholechragh
hi which component I can use for translation(Internationalization) in Django Rest Framework ?? easy and with best documents and examples ?? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: Translations & Internationalization in Django Rest Framework

2020-03-10 Thread Alaydyn Gholechragh
Django translations is good for static value but for new value in database? -- 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

Best config and extension for visual studio code

2019-12-28 Thread Alaydyn Gholechragh
Hi I want to use visual studio code for programming python and Django and react for this purpose i want to know what is best config for vscode : extension,themes,settings,fonts,linter, etc Thanks for your help -- You received this message because you are subscribed to the Google Groups "Djan