Open jeroenbouwman opened 10 months ago
in the module extinctionModels there is an import error.
I think the line:
from models import Model
should be changed to :
from .models import Model
in the module extinctionModels there is an import error.
I think the line:
from models import Model
should be changed to :
from .models import Model