Skip to content

Instantly share code, notes, and snippets.

View ocomsoft's full-sized avatar

ocomsoft

  • Ocom Software
  • Geelong, Australia
  • 19:00 (UTC +11:00)
View GitHub Profile
@ocomsoft
ocomsoft / main.py
Created August 31, 2017 23:16
Run Django in pywebview and CherryPy
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Inspired by https://gist.github.com/nigma/4349257 and https://github.com/r0x0r/pywebview/blob/master/examples/flask_app/src/backend/main.py
import os
import webbrowser
from time import sleep
import django
from threading import Timer, Thread