Re: Looking for Django Developers in the Region of Vienna Austria

2020-03-07 Thread Jan Filips
Hi Robert, I'm a senior python developer, with best practices Django currently on a lookout for a job in Vienna My github can be seen on this link http://github.com/janfilips I look forward hearing back from you Jan On Tuesday, July 12, 2011 at 11:38:23 PM UTC+2, Robert Boulanger wrote: > >

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/ : [ {

Creating serializer for foreign key of foreign key

2020-03-07 Thread Sam
I have 3 models. Question, Choice, and ChoiceColor. class Question(models.Model): user = models.ForeignKey(User, on_delete=models.CASCADE) question= models.CharField(max_length=200) class Choice(models.Model): question = models.ForeignKey(Question, on_delete=models.CASCADE)

Re: Beginner needs help getting templates to work - is this the right group?

2020-03-07 Thread Deborah Emeni
Hello Philip, I use the same tutorial book "Django for beginners" as you and I understand why the author of the book refers to the pages directory as if there is only one. You are having two Directories because you ran this command: $ django-admin startproject pages The Author of the book ran

Re: Beginner needs help getting templates to work - is this the right group?

2020-03-07 Thread Vikash Chitransh
I can help you in complete the book and create sample django application through skype. With Regards, Vikash Kumar On Fri, Mar 6, 2020 at 9:01 AM Philip Means wrote: > Thank you for your response. The book is Django for Beginners, by William > S. Vincent. I will copy and send you the chapter

I need any internship doesn't matter money

2020-03-07 Thread mohamed khaled
I need an internship with low money I need to work with team I hope work online -- 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

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

2020-03-07 Thread Ronit Mishra
You don't have to create a folder named 'build', `create-react-app` provides you with a separate source and build directory. Once you've your code ready, you just need to run `npm run build` and your source code would be translated into a production-ready code in the build directory. You can

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

2020-03-07 Thread Alaydyn Gholechragh
thanks for answer but I think to build react from 'create-app-react' create a folder with name 'build' and I can't change it and config is hard for work them together On Saturday, March 7, 2020 at 1:07:44 PM UTC+3:30, Ronit Mishra wrote: > > Start with `creat-react-app`.. webpack and

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

2020-03-07 Thread Ronit Mishra
Start with `creat-react-app`.. webpack and bundler are task runners that bundle your code for production. `creat-react-app` has a bundler program inbuilt. Once you're comfortable with React and you're easily able to communicate between Django and React components, then you might wanna look into

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"

Re: Unable to install / build docx module

2020-03-07 Thread 'MH' via Django users
Dear Kasper Thanks a lot. Yes, this has been too far away from django. But thanks nevertheless! Best regards MH -- 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

Re: Unable to install / build docx module

2020-03-07 Thread Kasper Laudrup
Hi MH, On 07/03/2020 08.42, 'MH' via Django users wrote: Dear Kasper Thank you very much. If you still read this, I would like to ask a question about cross compilation. I found this developers guide from Synology: