Hello guys!
Just one update…
I saw another post in the Render Community with similar problem.
I noticed that the admin page was loaded successfully! So I tried changing the project to DEBUG and it worked! Very happy about it!
I still don’t know what’s the problem with DEBUG flag. In my project, the difference beetween DEBUG and not DEBUG are the following:
DEBUG
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'), ]
NOT DEBUG
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
If you have any input on why it doesn’t work with NOT DEBUG settings, I would appreciate a reply.
But, by all means, I’m satisfied with the working deployed application, with Render product and its community.
Thank you so much!