Re: How to connect django and React js but getting Error

2020-11-02 Thread Ravi G
Hi, How to move source code to production if code consists of images If anyone has any document related to production . please share me On Tue, Oct 27, 2020 at 6:57 PM Алмаз Есеньязов wrote: > You need to write > BASE_DIR / 'build' > not > '/build/' > > пн, 26 окт. 2020 г., 15:55 Vineeth : > >

Re: How to connect django and React js but getting Error

2020-10-27 Thread Алмаз Есеньязов
You need to write BASE_DIR / 'build' not '/build/' пн, 26 окт. 2020 г., 15:55 Vineeth : > I am using django 3.1 version how to connect django and react i am trying > to connect but > getting Error like TemplateDoesNotExist at /index.html i attached my > folder structure and error image > > -- >

Re: RES: How to connect django and React js but getting Error

2020-10-26 Thread David Nugent
s.com<mailto:django-users@googlegroups.com> Assunto: Re: How to connect django and React js but getting Error Why don't you use django rest framework API then separate your front end to your back end.That why you will not have to deal with integration issues On Mon, Oct 26, 2020, 11:55 A

Re: How to connect django and React js but getting Error

2020-10-26 Thread Omkar Parab
In Trmplates 👇 os.path.join(BASE_DIR, 'new/build') At the bottom 👇 STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'new/build/static') ] On Mon, Oct 26, 2020, 3:24 PM Vineeth wrote: > I am using django 3.1 version how to connect django and react i am trying > to connect but > getting Error

Re: How to connect django and React js but getting Error

2020-10-26 Thread Ayser shuhaib
://www.linkedin.com/in/samuel-nogueira-87800b1aa/ > > > > > - > > > > *De: *Vineeth > *Enviado:*segunda-feira, 26 de outubro de 2020 06:54 > *Para: *Django users > *Assunto: *How to connec

RES: How to connect django and React js but getting Error

2020-10-26 Thread Samuel Nogueira
-87800b1aa/ - De: Farai MEnviado:segunda-feira, 26 de outubro de 2020 06:59Para: django-users@googlegroups.comAssunto: Re: How to connect django and React js but getting Error Why don't you use d

RES: How to connect django and React js but getting Error

2020-10-26 Thread Samuel Nogueira
/ - De: VineethEnviado:segunda-feira, 26 de outubro de 2020 06:54Para: Django usersAssunto: How to connect django and React js but getting Error I am using django 3.1 version how to connect django and react  i am trying to connect but

Re: How to connect django and React js but getting Error

2020-10-26 Thread Farai M
Why don't you use django rest framework API then separate your front end to your back end.That why you will not have to deal with integration issues On Mon, Oct 26, 2020, 11:55 AM Vineeth wrote: > I am using django 3.1 version how to connect django and react i am trying > to connect but > getti