mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Add data* to docker ignore
This commit is contained in:
parent
981ae74e5c
commit
be5bb11fe3
@ -1,5 +1,5 @@
|
||||
.git
|
||||
data
|
||||
data*
|
||||
uploads
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user