79544307

Date: 2025-03-30 07:56:41
Score: 0.5
Natty:
Report link

Explicitly tell you django-environs library that you are passing int not string. You can achieve that by casting the value in this format, so update your code on settings.py to look like this;

Remove the dollar sign ($) on your .env as well

PORT = env.int("PORT")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Blaisemart