MaxHalford/flask-boilerplate

Error when running "python manage.py initdb"

cukal opened this issue · 1 comments

cukal commented

Error when running python manage.py initdb

(most recent call last):
File "manage.py", line 4, in
from app import app, db, models
File "/home/dileoz/temp/flask-boilerplate/app/init.py", line 9, in
from app.logger_setup import logger
File "/home/dileoz/temp/flask-boilerplate/app/logger_setup.py", line 65
file_handler.setLevel(logging.DEBUG)
^
IndentationError: unexpected indent

Reverting to 183c887 and executing python manage.py initdb works.

Fixed via this PR.