Passer au contenu

Django Manifest with Elastic Beanstalk Docker Platform

0

I have my application running on Elastic Beanstalk with Docker Platform and I am using my own nginx container. Recently for serving static files I used Manifest django tool which is successfully running but after deploying this tool I am getting this on my web

web console

I wanna tell you that the staticfiles.json is perfectly being created in my staticfiles folder and the new versions of my static files are perfectly being generated. Here is my settings.py settings.py

And here is my urls.py urls.py I even tried not in if statement cuz my app holds

DEBUG-False

on elastic beanstalk.

The logs are saying nothing - Please HELP!!!

demandé il y a 2 ans383 vues
1 réponse
0

Hello.

What does it look like in normal condition?
Also, can you check your browser's developer tools to see if there are any errors in displaying the image?

EXPERT
répondu il y a 2 ans
  • I updated the answer with inspect logs. Please check

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.