First of all thanks for the great project. I found some isues when runing with python3 so I had to modify the file /frankensteinWebUI/urls.py because url is deprecated (from django.conf.urls import url,include). I just modified as follows:
Now with these modifications and after manually installing django and unicorn in python 3.8, any higher version should work correctly. Hope this helps if anyone found same issues like me when trying to use your repo :)
Hi,
First of all thanks for the great project. I found some isues when runing with python3 so I had to modify the file /frankensteinWebUI/urls.py because
url
is deprecated (from django.conf.urls import url,include). I just modified as follows:Now with these modifications and after manually installing
django
andunicorn
in python 3.8, any higher version should work correctly. Hope this helps if anyone found same issues like me when trying to use your repo :)