sample-django-datatables
sample-django-datatables copied to clipboard
ModuleNotFoundError: No module named 'decouple'
Note: ticket opened in support (email). Here is the original message:
I'm having an issue starting the application based on the command lines provided in your Github:
When I enter python manage.py runserver I get an error message saying:
from decouple import config
ModuleNotFoundError: No module named 'decouple'
This error bumps during usage.
FIX
- Update project dependencies (latest stable Django)
- Replace decouple dependency
- use Django Datta Able as codebase reference.
Hello @kahihia
Please pull the latest version.
Patch released in version v1.0.2
Ty @BenFaruna for the fix
It works ! Thanks !!! :)