skip to Main Content

Postgresql – how to fix raise ImproperlyConfigured("settings.DATABASES is improperly configured. when deploying on railway

hey guys so i'm follwing this guide https://dev.to/mr_destructive/django-postgresql-deployment-on-railway-app-d54 on how to deploy my django project on railway i have everything set locally, it working but once i deploy, the app crashes returning this err File "/home/olaneat/Desktop/files/project/django/job/lib/python3.8/site-packages/django/db/migrations/recorder.py", line 55, in has_table…

VIEW QUESTION

Staging deployment with Bitbucket pipeline and Azure Static Web App

I could successfully deploy my project into the production environment using the provided documentation https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/static-web-apps/bitbucket.md pipelines: branches: main: - step: name: Deploy to test deployment: test script: - pipe: microsoft/azure-static-web-apps-deploy:main variables: APP_LOCATION: '$BITBUCKET_CLONE_DIR' OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/dist' API_TOKEN: $deployment_token​ But there are…

VIEW QUESTION

Firebase functions not loading .env file

According to the Firebase documentation, Loaded environment variables from .env. should be printed to the console when deploying functions. My functions are exported inside src/functions/functions.ts. This is specified in my package.json file: main: lib/src/functions/functions.js (since I am using TypeScript, I…

VIEW QUESTION

Docker, all API calls return 404

I'm trying to deploy my application which consists of Angular and ASP.NET. I've managed to successfully publish the app with docker. When I launch application with docker and call any method from swagger I get 404. How can I fix…

VIEW QUESTION
Back To Top
Search