Re: decouple import config

2023-02-22 Thread Anurag Chauhan
Try *pip install python-decouple*, and then run your program again.

On Wednesday, February 22, 2023 at 7:38:43 AM UTC+5:30 Taufiq Subijantoro 
wrote:

>  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
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a20b089b-e76b-4bbe-accc-17f55cde9737n%40googlegroups.com.


decouple import config

2023-02-21 Thread Taufiq Subijantoro
 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

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/02fd08c5-ab16-4f37-bb57-48dcef959297n%40googlegroups.com.