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 :
>
>
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
>
> --
>
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
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
://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
-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
/ - 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
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
8 matches
Mail list logo