Fixes #1622 - split the api into 4 apps: core, history, schedule, storage - exploded the settings into testing/prod
8 lines
99 B
Python
8 lines
99 B
Python
FILTER_NUMERICAL_LOOKUPS = [
|
|
"exact",
|
|
"gt",
|
|
"lt",
|
|
"gte",
|
|
"lte",
|
|
"range",
|
|
]
|