How to use webpack in our django project
--
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 view this discussion on th
On 25/08/2021 09.10, Amit Vaghani wrote:
> How to use webpack in our django project
>
https://www.valentinog.com/blog/webpack-django/
--
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
I put them in situation. I am installing an application, on my local PC,
that uses django. Application that I installed 1 month ago and it worked
perfectly. 2 days ago I tried to install it again because I changed the PC.
and when accessing the functionalities it returns this error.
HTTPConnect
On 25/08/2021 12.42, Amor Zamora wrote:
> I put them in situation. I am installing an application, on my local PC,
> that uses django. Application that I installed 1 month ago and it worked
> perfectly. 2 days ago I tried to install it again because I changed the
> PC. and when accessing the functi
Hi everybody.
I've already deployed my app in Plesk, but the process is incomplete, .
The static files not working, I mean the app can not read them.
I know I need put them in the right position, but I can not achieve.
Any help is welcome
thanks a lot in advance
--
You received this message becau
Hi, Frank:
Perhaps that can run if you put the statics folder in the exterior level.
Por example:
misite/misite/myapp
In local, I have my statics folder in myapp level, but in hosting I must to
put it in:
misite
(fisrts misite)
try it, and tell me how has solve that problem.
Greetings
Gabriel Ara
Try manage.py collectstatic --settings=path-to-settingsLook up collectstatic in
the docsMike--(Unsigned mail from my phone)
Original message From: frank galan
Date: 26/8/21 05:09 (GMT+10:00) To: Django users
Subject: Deploying django in plesk Hi
everybody.I've already deplo
Hello,
Please make sure you have run collectstatic command before deploying. You
can
follow
https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/#static-root-and-static-url.
On Thursday, August 26, 2021 at 12:38:52 AM UTC+5:30 frankg...@gmail.com
wrote:
> Hi everybody.
> I've alre
Currently, I am working on an inventory management system and I have got
some UML diagrams and want to convert those uml diagrams into django
models. So can anyone guide me on how to convert those UML diagrams into
django models?
an example is below of uml diagram
--
You received this message
I have a plain text field in Parent Table and should upload a file in child
table and has a foreign key relation in both table. I cannot upload a file
in nested serializer. I didn't get a file data in serializer create
function. it take a data of parent serializer and delete the data of Nested
10 matches
Mail list logo