diff --git a/bootstrap/data_static/User.csv b/bootstrap/data_static/User.csv index a1d1331..4206147 100644 --- a/bootstrap/data_static/User.csv +++ b/bootstrap/data_static/User.csv @@ -1 +1,2 @@ -email,password,role_names \ No newline at end of file +email,password,role_names +admin@blog.pi2.dev,__SENSITIVE__.ADMIN_PASSWORD,admin \ No newline at end of file diff --git a/bootstrap/translations/babel.cfg b/bootstrap/translations/babel.cfg new file mode 100644 index 0000000..d3f93b0 --- /dev/null +++ b/bootstrap/translations/babel.cfg @@ -0,0 +1,5 @@ +[ignore: venv/**] +[ignore: migrations/**] +[python: **.py] +[jinja2: **/templates/**.html] +extensions=jinja2.ext.autoescape,jinja2.ext.with_ \ No newline at end of file diff --git a/bootstrap/webapp/templates/layout.html b/bootstrap/webapp/templates/layout.html index b183f2c..3a0da28 100644 --- a/bootstrap/webapp/templates/layout.html +++ b/bootstrap/webapp/templates/layout.html @@ -4,7 +4,7 @@ - Project + {{ _("Project") }}