I have deployed to post g res p g admin4 and deleted db. s q lite from
Django. and set my allowed host =['*']

Am getting server [500].

if any help will be appreciated

need a solution after deleting s q .lite d b from Django project and used
allowed host to * .

am getting 500 server request. LOOKING FOR SOLUTION AM NEW TO DJANGO

DEBUG = False ALLOWED_HOSTS = ['*']

DATABASES = { 'default': {

    'ENGINE': 'django.db.backends.postgresql_psycopg2',
    'NAME': 'accerla',
    'USER' : 'post g res',
    'PASSWORD': 'pwd3',
    'HOST' : 'localhost',
    'PORT' : '5432',
}

}
[07/Nov/2022 05:14:06] INFO [django.utils.autoreload:677] Watching for file
changes with StatReloader
[07/Nov/2022 05:14:06] DEBUG [django.utils.autoreload:330] Waiting for apps
ready_event.
[07/Nov/2022 05:14:06] DEBUG [django.utils.autoreload:342] Apps ready_event
triggered. Sending autoreload_started signal.
[07/Nov/2022 05:14:06] DEBUG [django.utils.autoreload:296] Watching dir
C:\Users\Admin\Desktop\webappstudioz\templates with glob **/*.
any suggestion would be appreciated

Thanks & Regards
Mohammed Raffi.J

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKfPRhUJhovCY8D3pNAzR6hHZWCR35FUGWyt7vE7WNXMTPzn%3Dw%40mail.gmail.com.

Reply via email to