Replies: 1 comment
-
would this do the trick?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Up until now, I have been using
" import webview, subprocess
subprocess.Popen(['python', 'manage.py', 'runserver'])
window = webview.create_window('MusicMedia', 'http://127.0.0.1:8000/')
webview.start() "
to run django servers with pywebview.
The problem with this is that the server doesn't die after the pywebview window is closed.
Is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions