修改错误

pull/2/head
ibuler 2014-11-02 23:50:19 +08:00
parent a57adf9b2e
commit 5bc67ebad9
3 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import time
from django import template
register = template.Library
register = template.Library()
@register.filter(name='stamp2str')

1
webroot/__init__.py Normal file
View File

@ -0,0 +1 @@
__author__ = 'Hudie'