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
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
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
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
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 me.
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(
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
> shop.
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
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 auto_notification(reque
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
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
hav
11 matches
Mail list logo