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 .git
data data*
uploads uploads
*.pyc *.pyc
__pycache__ __pycache__

View File

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