Add data* to docker ignore

This commit is contained in:
rubenwardy 2020-01-22 22:11:01 +00:00
parent 981ae74e5c
commit be5bb11fe3
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
.git
data
data*
uploads
*.pyc
__pycache__

View File

@ -61,9 +61,9 @@ from .markdown import init_app
init_app(app)
@babel.localeselector
def get_locale():
return request.accept_languages.best_match(app.config['LANGUAGES'].keys())
# @babel.localeselector
# def get_locale():
# return request.accept_languages.best_match(app.config['LANGUAGES'].keys())
from . import models, tasks, template_filters