You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)The text was updated successfully, but these errors were encountered: