This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Mostly taken from: | |
# http://nedbatchelder.com/blog/201103/quick_and_dirty_multithreaded_django_dev_server.html | |
import os | |
import site | |
from django.core.management import execute_manager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(when (load "flymake" t) | |
(defun flymake-pyflakes-init () | |
(let* ((temp-file (flymake-init-create-temp-buffer-copy | |
'flymake-create-temp-inplace)) | |
(local-file (file-relative-name | |
temp-file | |
(file-name-directory buffer-file-name)))) | |
(list "pychecker.sh" (list local-file)))) | |
(add-to-list 'flymake-allowed-file-name-masks | |
'("\\.py\\'" flymake-pyflakes-init))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schema": "https://example.com/badge/1", | |
"mustSupport": [], | |
"title": "School of Webcraft Responder", | |
"description": "This badge is in recognition of the helpful responses you have provided to fellow members of the School of Webcraft.", | |
"timestamp": "1288882617", | |
"expires": "8462729988", | |
"badgeURL": "https://badger.mozilla.com/badges/asdf1234", | |
"issuer": "https://badger.mozilla.com/", | |
"issuerName": "P2PU School of Webcraft", |
NewerOlder