Remove references to deleted modules
This commit is contained in:
parent
d59733533b
commit
fc2cf68500
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from flask import Flask
|
||||
from flask.ext.sqlalchemy import SQLAlchemy
|
||||
from . import config, database_sqlalchemy, log, models
|
||||
from . import config, log
|
||||
|
||||
|
||||
log.configure_logging()
|
||||
|
@ -46,7 +46,4 @@ from smash.models_sqlalchemy import *
|
|||
|
||||
db.create_all()
|
||||
|
||||
#models.init_models(db)
|
||||
|
||||
|
||||
from . import views
|
||||
|
|
Loading…
Add table
Reference in a new issue