I can1t install django-allauth

2023-08-23 Thread Juhász Tamás
Hello, django-allauth is well installed and working in my development environment. But I can't install it on the live server (cPanel). pip is good, django is installed. Allauth refuses, in every case it stops with so many errors that I can't even look back in the cPanel terminal, what could

Re: I Want To Save The Data In My Database Depending On The Catgory Of Data Chosen by User Like I Have 4 Lisitings Like APparetements, Food And Life, Car And Travelling if User Selects Appartements Th

2023-08-23 Thread ivan harold
You should prepare a different form that will submit the post to a specific table or database. you have to specify where the table or database the post will go. On Sunday, August 20, 2023 at 11:29:57 AM UTC-5 Hamza Bilal wrote: > {% extends 'home.html' %} > {% load static %} > {% block content

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-23 Thread ivan harold
https://stackoverflow.com/questions/14543824/django-get-notified-of-all-changes-in-database check this one out, you might find some hints or answers. On Tuesday, August 22, 2023 at 9:03:12 AM UTC-5 Byansi Samuel wrote: > My views > from django.shortcuts import render def

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. > >

Re: Unable to display records in form

2023-08-23 Thread ivan harold
Maybe this could help you. https://www.geeksforgeeks.org/django-crud-create-retrieve-update-delete-function-based-views/ On Monday, August 21, 2023 at 2:19:37 PM UTC-5 GLOBAL ENGINEERING ACADEMY wrote: > Hai, > I am trying to learn django on my own. I have created a small project of a >

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 =

Re: table bank_app_bank has no column named DOB

2023-08-23 Thread Kani Sbt
delete all the migrations without init.py , then delete SQLite file , then do makemigrations and migrate On Tuesday, 22 August 2023 at 13:50:01 UTC+5:30 meenu loranz wrote: > > Yes i delete that 0001_initial.py page and rerun the migration codes and > run the server. But it dosen't work for

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

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

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 > >

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$71s080zs^x*s#w5#sx!4' DEBUG = True