WIP
This commit is contained in:
parent
0a2cdbbe8f
commit
9146588902
11 changed files with 185 additions and 177 deletions
|
|
@ -7,7 +7,7 @@ from flask import request, abort, redirect
|
|||
from model.site import Site
|
||||
from model.comment import Comment
|
||||
from conf import config
|
||||
from helpers.hashing import md5
|
||||
from helper.hashing import md5
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
app = config.flaskapp()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue