silverapp / silver

Automated billing and payments for Django with a REST API
https://www.presslabs.com/code/silver/
Other
301 stars 80 forks source link

Setup not working. Got model import error #612

Closed tapas4git closed 6 years ago

tapas4git commented 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'

bogdanpetrea commented 6 years ago

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.