Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
36 views

Datatables causes table element to disappear, only when deployed [closed]

I have a Django web app which I'm hosting on Heroku, and I'm using the Datatables JQuery library to add extra features to a table. When I run my app locally, it works beautifully. When I deploy on ...
ChuckSteak's user avatar
-1 votes
0 answers
46 views

No Module Found (import cloudinary) - Django Heroku

import cloudinary_storage import os import ssl import certifi import dj_database_url Anytime I try to deploy to Heroku, it deploys successfully, but the page says application error and cloudinary ...
Oluwaseyi Olufemi's user avatar
0 votes
0 answers
33 views

Error while migrating. I am deploying my django app+telegram bot to heroku

I am deploying my django app+telegram bot to heroku. While migrating data to heroku, i am getting an error: C:\Users\Acer\brand_online\brand_online>heroku run python manage.py migrate --app brand-...
Арнур ASDGFJKL's user avatar
0 votes
0 answers
18 views

Django+Heroku testing: how to connect to a test database? ('permission denied to create database')

I have been doing my first deployment with django (ever), and I am using Heroku CLI. I get this message when trying to run tests: "Got an error creating the test database: permission denied to ...
Gabriel's user avatar
  • 11
0 votes
1 answer
41 views

Gunicorn Error: ModuleNotFoundError - No module named 'weatherapp.wsgi'

I'm having some trouble deploying my Django application on Heroku using Gunicorn, and I could really use some assistance. Here's some background information about my project: Project Name: weatherapp ...
Neel Oza's user avatar
0 votes
1 answer
48 views

Heroku Postgres database error: "server does not support SSL, but SSL was required"

I am trying to enable pgbouncer to experiment with managing number of connections to my app. I followed this guide, but am seeing the following error when the app hits the database. connection to ...
charliesneath's user avatar
1 vote
0 answers
41 views

Resolving Celery Timeout Issues on Heroku: 504 Errors for Long-Running Asynchronous Tasks

I have a Django v5.0.6 application (Python v3.12) in which I integrated Celery v5.4 to run asynchronous tasks, such as generating images via the OpenAI API, which takes about 2 minutes. The entire ...
Hippolyte BRINGER's user avatar
0 votes
1 answer
25 views

Deployment: Procfile with Django Project Structure for more than one App

I need to know how you normally solve this issue. When you start a project, django creates a folder for the project and a second one inside it with the exact same name and the files like: settings.py, ...
Andresfgc's user avatar
0 votes
1 answer
134 views

Heroku deploy with docker and poetry

I'm trying to deploy a django application on heroku. I use docker and poetry. I have a problem because in the dockerfile I install poetry and install dependencies using poetry. Locally it works fine, ...
tomtom's user avatar
  • 3
0 votes
1 answer
21 views

Django/Heroku - Custom 500 template

I have a template defined and loaded on S3. The template has been granted public access. The template is referred in Heroku as variable ERROR_PAGE_URL and the S3 link is attached against this variable....
PhilM's user avatar
  • 301
0 votes
0 answers
38 views

HEROKU (Dockerfile that does not exist)

tried hosting my django website on Heroku, but keeps getting dockfile does not exist which is from the heroku.yml file Waiting on build... Waiting on build... (elapsed: 6s) Waiting on build... (...
IFEANYI STANLEY's user avatar
0 votes
1 answer
56 views

Django project not fetching static files

I am developing a small app for my course in Django. Now, I am trying to bring my project to a cloud system, in this case using Heroku, however it seems that I have an issue with fetching my static ...
Misael Lopez's user avatar
0 votes
0 answers
40 views

Django deploy on Heroku causes causes too many connections error

I have a well-established Django app running on Heroku. It has a Heroku Postgres Standard 0 plan. My latest build upgraded the app to Python 3.12 and Django 4.0, as well as a few dependencies, ...
Mark__C's user avatar
  • 825
0 votes
0 answers
38 views

django.db.utils.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib '/app/.apt/usr/lib/libmsodbcsql-18.3.so.2

My django heroku app is building but fails during the release process with the error below. django.db.utils.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib '/app/.apt/usr/lib/...
sandysanddog's user avatar
0 votes
0 answers
40 views

Error with PgBouncer on Heroku with Django and Docker

I'm currently running into database issues due to too many connections with my Django & Postgres app hosted on Heroku. Before upgrading my database plan, I wanted to try solving the issue with ...
tom's user avatar
  • 67

15 30 50 per page
1
2 3 4 5
292