Closed tapas4git closed 6 years ago
Hi, I am using django 1.11 . I have installed the silver and configured it as mentioned but when migrate with the database I got this issue.
init.py", line 15, in from billing_entities import Customer, Provider ModuleNotFoundError: No module named 'billing_entities'
Hi @tapas4git,
You are probably using Python 3, but Silver only works with Python 2 at the moment. There is an open PR for Python 3 support, but it hasn't seen any progress lately.
Hi, I am using django 1.11 . I have installed the silver and configured it as mentioned but when migrate with the database I got this issue.
init.py", line 15, in
from billing_entities import Customer, Provider
ModuleNotFoundError: No module named 'billing_entities'