Spaces:
Sleeping
Sleeping
Trae Assistant
commited on
Commit
·
1d43046
1
Parent(s):
dfe9188
fix: remove Jinja2 delimiter config to resolve conflict with Vue.js
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ fake = Faker()
|
|
| 13 |
# Configuration
|
| 14 |
app.config['JSON_AS_ASCII'] = False
|
| 15 |
app.config['MAX_CONTENT_LENGTH'] = 512 * 1024 * 1024
|
| 16 |
-
app.jinja_env.variable_start_string = "[["
|
| 17 |
-
app.jinja_env.variable_end_string = "]]"
|
| 18 |
|
| 19 |
# Global Cache for simulated data
|
| 20 |
DATA_CACHE = None
|
|
|
|
| 13 |
# Configuration
|
| 14 |
app.config['JSON_AS_ASCII'] = False
|
| 15 |
app.config['MAX_CONTENT_LENGTH'] = 512 * 1024 * 1024
|
| 16 |
+
# app.jinja_env.variable_start_string = "[["
|
| 17 |
+
# app.jinja_env.variable_end_string = "]]"
|
| 18 |
|
| 19 |
# Global Cache for simulated data
|
| 20 |
DATA_CACHE = None
|