79358631

Date: 2025-01-15 14:45:59
Score: 0.5
Natty:
Report link

Your import statement is wrong as you capitalized the c in config. Change from decouple import Config to:

from decouple import config

See https://simpleisbetterthancomplex.com/2015/11/26/package-of-the-week-python-decouple.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: dev_light