Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
they app is almost complete, i'm only migrating from heroku to railway, it not new app On Thu, Sep 15, 2022 at 10:04 PM Percy Masekwameng < percymasekwameng...@gmail.com> wrote: > Hi I don't know much about deploying, I'm still a newbie > > There is an option to deploy a template, use it to deplo

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
that wat i did before and it still giving me same error, i had to comment it out DATABASES = { "default": dj_database_url.config(default=DATABASE_URL, conn_max_age=1800), } On Thu, Sep 15, 2022 at 9:55 PM Mohammad Anarul wrote: > You can follow the github repo > https://github.com/mohammadanar

Re: help on how to deploy django app on railway "

2022-09-15 Thread Percy Masekwameng
Hi I don't know much about deploying, I'm still a newbie There is an option to deploy a template, use it to deploy a Django template So normally I'd deploy a Django template which railway also create a repository(if you linked your Github), Postgresql database for that template and so clone the r

Re: help on how to deploy django app on railway "

2022-09-15 Thread Mohammad Anarul
You can follow the github repo https://github.com/mohammadanarul/railway-action.git On Fri, Sep 16, 2022, 2:32 AM ola neat wrote: > hallo guys, > so i'm having issue deploying my django on railway but once the deployment > is complete the app crash with this err > > > raise ImproperlyConfigured(

help on how to deploy django app on railway "

2022-09-15 Thread ola neat
hallo guys, so i'm having issue deploying my django on railway but once the deployment is complete the app crash with this err raise ImproperlyConfigured("settings.DATABASES is improperly configured. " django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Pleas