Skip to content

Instantly share code, notes, and snippets.

View ahmed-cheikh's full-sized avatar

Ahmed Cheikh ahmed-cheikh

  • Nouakchott, Mauritania
View GitHub Profile
@ahmed-cheikh
ahmed-cheikh / serve.py
Created August 30, 2016 20:41 — forked from nigma/serve.py
Serving Django with CherryPy
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import webbrowser
from threading import Timer
os.environ["DJANGO_SETTINGS_MODULE"] = "webapp.settings"
import cherrypy