diff options
| author | Bobby <[email protected]> | 2025-03-10 21:22:04 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-03-10 21:22:04 +0530 |
| commit | f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1 (patch) | |
| tree | ed065e5e65500fe8f804cb4ac003caa3623817b5 /internal | |
| parent | a9c4481356e54317584a4f92d7329364f8ad99e3 (diff) | |
| download | thatcomputerscientist-f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1.tar.xz thatcomputerscientist-f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1.zip | |
refactor code; add genre colors; rename video player class
Diffstat (limited to 'internal')
| -rw-r--r--[-rwxr-xr-x] | internal/admin_utilities.py | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | internal/auth_utilities.py | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | internal/cache_utils.py | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | internal/mal_wrapper.py | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | internal/pagoda_utilities.py | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | internal/weblog_utilities.py | 2 |
6 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin_utilities.py b/internal/admin_utilities.py index c8014fe1..c8014fe1 100755..100644 --- a/internal/admin_utilities.py +++ b/internal/admin_utilities.py diff --git a/internal/auth_utilities.py b/internal/auth_utilities.py index 82500e4c..82500e4c 100755..100644 --- a/internal/auth_utilities.py +++ b/internal/auth_utilities.py diff --git a/internal/cache_utils.py b/internal/cache_utils.py index 7be70e57..7be70e57 100755..100644 --- a/internal/cache_utils.py +++ b/internal/cache_utils.py diff --git a/internal/mal_wrapper.py b/internal/mal_wrapper.py index aaa44138..aaa44138 100755..100644 --- a/internal/mal_wrapper.py +++ b/internal/mal_wrapper.py diff --git a/internal/pagoda_utilities.py b/internal/pagoda_utilities.py index 37c5ca7e..37c5ca7e 100755..100644 --- a/internal/pagoda_utilities.py +++ b/internal/pagoda_utilities.py diff --git a/internal/weblog_utilities.py b/internal/weblog_utilities.py index 6721fdc8..d1ce6158 100755..100644 --- a/internal/weblog_utilities.py +++ b/internal/weblog_utilities.py @@ -23,7 +23,7 @@ class ShifooHighlight(Style): ) -def recent_weblogs(lang="en", amount=10): +def recent_weblogs(lang="en", amount=3): queryset = ( Post.objects.filter(is_public=True, author__username=AUTHOR_USERNAME) .prefetch_related( |
