Connect::: frontend react and backend django

2023-08-23 Thread Kani Sbt
HI sir , Please Help me to how to solve this problem , this is settings.py : import os from pathlib import Path from datetime import timedelta BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-ihofv8tmht)!q**8efqqr1t+#(a&a$71s080zs^x*s#w5#sx!4' DEBUG = True A

Re: Connect::: frontend react and backend django

2023-08-23 Thread Kani Sbt
where i connect the domain front end and backend domain On Wednesday, 23 August 2023 at 15:27:59 UTC+5:30 Kani Sbt wrote: > HI sir , > Please Help me to how to solve this problem , > > > this is settings.py : > import os > from pathlib import Path > from datetime import timedelta > > BASE_DIR

Re: Connect::: frontend react and backend django

2023-08-23 Thread 'Kasper Laudrup' via Django users
On 23/08/2023 11.57, Kani Sbt wrote: HI sir , Please Help me to how to solve this problem , You forgot to mention what the problem is. That makes it very hard for anyone to help you solve it. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google

Re: Connect::: frontend react and backend django

2023-08-23 Thread Kani Sbt
sorry sir , the problem is i need to connect the font end to backend , On Wed, 23 Aug 2023 at 15:39, 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: > On 23/08/2023 11.57, Kani Sbt wrote: > > HI sir , > > Please Help me to how to solve this problem , > > > > You forgot t

Re: Connect::: frontend react and backend django

2023-08-23 Thread Muhammad Juwaini Abdul Rahman
Please delete this. You just exposed your DB host, name, and password. On Wed, 23 Aug 2023 at 17:58, Kani Sbt wrote: > HI sir , > Please Help me to how to solve this problem , > > > this is settings.py : > import os > from pathlib import Path > from datetime import timedelta > > BASE_DIR = Path(

Re: Connect::: frontend react and backend django

2023-08-23 Thread ivan harold
check this one out https://forum.djangoproject.com/t/tutorial-how-to-combine-frontend-and-backend-for-python-web-developers/15214 On Wednesday, August 23, 2023 at 6:50:22 AM UTC-5 Muhammad Juwaini Abdul Rahman wrote: > Please delete this. You just exposed your DB host, name, and password. > > O