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',
}
}
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKfPRhUJhovCY8D3pNAzR6hHZWCR35FUGWyt7vE7WNXMTPzn%3Dw%40mail.gmail.com.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/48520f6c-5f5b-7bd2-1d2f-f3076510968a%40stacktrace.dk.