ycdl/frontends/ycdl_flask/backend
voussoir 4911cee910 Use generators instead of lists for loading / searching videos.
Previously, creating the list meant that all database rows would be
loaded and objected even if you had a limit in place on your page
query, which was a huge waste.
2020-07-01 17:54:36 -07:00
..
endpoints Use generators instead of lists for loading / searching videos. 2020-07-01 17:54:36 -07:00
__init__.py Move endpoints to new endpoints.py. 2020-03-28 17:05:43 -07:00
common.py Fix typo googleapicliet -> googleapiclient. 2020-03-28 17:07:18 -07:00
jinja_filters.py Rename inner ycdl_flask folder to backend. 2020-03-28 16:47:37 -07:00
jsonify.py Move make_json_response into new jsonify.py. 2020-03-28 16:51:40 -07:00