I'm running into an issue loading the webinterface. I get a Template-loader postmortem: "TemplateDoesNotExist at /" error
I'm using Django 1.11.18 because I'm getting into dependency hell when using 1.4 (or 1.8/1.9 due to patterns module deprecation). I'm thinking the error may have something to do with the modifications (suggested by ksufer) I needed to do in DionaeaFR/urls.py to get python to even properly load the server:
https://github.com/rubenespadas/DionaeaFR/issues/40#issuecomment-395519006
Anyone have an idea how to properly configure dionaeafr with recent Django versions ?
I'm running into an issue loading the webinterface. I get a Template-loader postmortem: "TemplateDoesNotExist at /" error
I'm using Django 1.11.18 because I'm getting into dependency hell when using 1.4 (or 1.8/1.9 due to patterns module deprecation). I'm thinking the error may have something to do with the modifications (suggested by ksufer) I needed to do in DionaeaFR/urls.py to get python to even properly load the server: https://github.com/rubenespadas/DionaeaFR/issues/40#issuecomment-395519006
Anyone have an idea how to properly configure dionaeafr with recent Django versions ?