app-generator / sample-django-datatables

Django - Datatables Sample | AppSeed
https://django-datatables-sample.appseed.us
Other
82 stars 32 forks source link

ModuleNotFoundError: No module named 'decouple' #11

Open app-generator opened 1 year ago

app-generator commented 1 year ago

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

app-generator commented 1 year ago

Hello @kahihia

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

Ty @BenFaruna for the fix

wanderzen91 commented 1 year ago

It works ! Thanks !!! :)