You can follow the github repo https://github.com/mohammadanarul/railway-action.git
On Fri, Sep 16, 2022, 2:32 AM ola neat <[email protected]> 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("settings.DATABASES is improperly configured. " > django.core.exceptions.ImproperlyConfigured: settings.DATABASES is > improperly configured. Please supply the ENGINE value. Check settings > documentation for more details. > > > and below is my django settings and railway setting > > DATABASES = { > 'default': { > 'ENGINE': 'django.db.backends.postgresql', > 'HOST': os.environ.get('PGHOST'), > 'NAME': os.environ.get('PGDATABASE'), > 'USERNAME': os.environ.get('PGUSER'), > 'PASSWORD': os.environ.get('PGPASSWORD'), > 'PORT':os.environ.get('PGPORT') > } > } > > > [image: image.png] > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAHLKn72hHAj7Dfhf%2BPiYsd1Lkv0XRsMcJC%3DRbHBbWq7ackmuTw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAHLKn72hHAj7Dfhf%2BPiYsd1Lkv0XRsMcJC%3DRbHBbWq7ackmuTw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE59x8fecMFmdb6qzReK77fUkEnE9eDk0cTxvZO%3DZypicFksJA%40mail.gmail.com.

