feat: Add Dockerfile and initial Docker setup files
This commit is contained in:
BIN
demo/utils/__pycache__/__init__.cpython-314.pyc
Normal file
BIN
demo/utils/__pycache__/__init__.cpython-314.pyc
Normal file
Binary file not shown.
BIN
demo/utils/__pycache__/auth_decorators.cpython-314.pyc
Normal file
BIN
demo/utils/__pycache__/auth_decorators.cpython-314.pyc
Normal file
Binary file not shown.
BIN
demo/utils/__pycache__/theme_engine.cpython-314.pyc
Normal file
BIN
demo/utils/__pycache__/theme_engine.cpython-314.pyc
Normal file
Binary file not shown.
@@ -164,6 +164,7 @@ def render_gkachele_template(theme, content, site_id=None, user_id=None):
|
||||
template_data = {
|
||||
'site_name': content.get('site_name', 'GKACHELE Site'),
|
||||
'hero_title': content.get('hero_title', 'Bienvenido'),
|
||||
'hero_description': content.get('hero_description', ''),
|
||||
'colors': content.get('colors', {}),
|
||||
'typography': content.get('typography', {}),
|
||||
'horarios': content.get('horarios', {}),
|
||||
@@ -171,6 +172,14 @@ def render_gkachele_template(theme, content, site_id=None, user_id=None):
|
||||
'blocks': content.get('blocks', []),
|
||||
'menus': menus,
|
||||
'widgets': widgets,
|
||||
'especialidad_culinaria': content.get('especialidad_culinaria', {}),
|
||||
'menu_items': content.get('menu_items', {}),
|
||||
'menu_url': content.get('menu_url', ''),
|
||||
'capacidad': content.get('capacidad', '50'),
|
||||
'direccion': content.get('direccion', ''),
|
||||
'telefono': content.get('telefono', ''),
|
||||
'email': content.get('email', ''),
|
||||
'mapa_url': content.get('mapa_url', ''),
|
||||
**content
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user