Added htmlmin middleware

This commit is contained in:
Fergal Moran
2013-09-27 01:19:08 +01:00
parent 000e3a5b44
commit ff544033e4
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import os
def here(x):
return os.path.join(os.path.abspath(os.path.dirname(__file__)), x)