Hi Anirudh,
Does this link show you any meaningful error message: https://console.cloud.google.com/errors?time=PT1H&order=COUNT_DESC&resolution=OPEN&resolution=ACKNOWLEDGED&project=anirudhmalik-274008&authuser=1&folder=true&organizationId=true ?
Does this link show you any meaningful error message: https://console.cloud.google.com/errors?time=PT1H&order=COUNT_DESC&resolution=OPEN&resolution=ACKNOWLEDGED&project=anirudhmalik-274008&authuser=1&folder=true&organizationId=true ?
On Wed, Apr 22, 2020 at 8:16 PM Anirudh choudhary <anirudhchoudary007@gmail.com> wrote:
hi to all! I am hosting my blogging app on google app engine in a standard environment. the website deploys successfully. but when I try to go to any other URL like anirudhmalik.in to anirudhmalik/blog/list/ it shows me 500 server error on the server side I am using PostgreSQL instance and the logs message only show me the error--but I couldn't get any hint from this message and none of the post requests isworking on the website and everything is working fine in a local server or my local machineyou can check the website on anirudhmalik.inand you can also give suggestion is google app engine is good to host your Django projectand other cheap college student type hosting servicethankyoumain.pyfrom annyportfolio.wsgi import applicationapp=applicationapp.yaml fileruntime: python37handlers:# This configures Google App Engine to serve the files in the app's static# directory.- url: /staticstatic_dir: static-storage/# This handler routes all requests not caught above to your main app. It is# required when static routes are defined, but can be omitted (along with# the entire handlers section) when there are no static files defined.- url: /.*secure: alwaysredirect_http_response_code: 301script: autoenv_variables:DJANGO_SETTINGS_MODULE: annyportfolio.settings
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL8_rkG8qwM491qCcX18qgukA_ao4_ZjH8%2B-K01m17vOTcTTNw%40mail.gmail.com.
Regards,
Aldian Fazrihady
http://aldianfazrihady.com
http://aldianfazrihady.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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAZdNYOYF2n98STXedOraydhg_u31sf0mrEhhaN00GDLVA%40mail.gmail.com.
No comments:
Post a Comment