admin based on bootstrap, thanks Paolo

This commit is contained in:
mdipierro
2012-12-24 13:49:06 -06:00
parent 56295371a4
commit 3710d43cfc
112 changed files with 6839 additions and 1371 deletions
+4
View File
@@ -0,0 +1,4 @@
import time
for t in range(1000):
print t
time.sleep(5)