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