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:
https://global.download.synology.com/download/Document/Software/DeveloperGuid
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
t
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.
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 imp
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 bund
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 easi
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 django-users+unsubscr...@google
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
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 th
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)
choic
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/ :
[
{
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:
>
> H
12 matches
Mail list logo