You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
from decouple import config ImportError: cannot import name 'config' from 'decouple' (C:\Users\taufi\AppData\Local\Programs\Python\Python311\Lib\site-packages\decouple\__init__.py)
"How to fix the problem mentioned in the error message:
ThankYou
Anurag Chauhan
unread,
Feb 22, 2023, 8:36:26 AM2/22/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Try pip install python-decouple, and then run your program again.