sample-django-datatables icon indicating copy to clipboard operation
sample-django-datatables copied to clipboard

ModuleNotFoundError: No module named 'decouple'

Open app-generator opened this issue 2 years ago • 2 comments

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

app-generator avatar Jun 02 '23 09:06 app-generator

Hello @kahihia

Please pull the latest version. Patch released in version v1.0.2

Ty @BenFaruna for the fix

app-generator avatar Jun 02 '23 12:06 app-generator

It works ! Thanks !!! :)

wanderzen91 avatar Jun 02 '23 13:06 wanderzen91