Skip to content

Instantly share code, notes, and snippets.

View adinhodovic's full-sized avatar
💻
Working from home

Adin Hodovic adinhodovic

💻
Working from home
View GitHub Profile
@adinhodovic
adinhodovic / admin.py
Last active May 30, 2024 09:48 — forked from noviluni/admin.py
Large Table Paginator for Django: Scale Django admin pages and avoid timeouts.
from django.contrib.admin import ModelAdmin
from .paginator import LargeTablePaginator
class MyTableAdmin(ModelAdmin):
...
large_table_paginator = True
...
{
"__inputs": [ ],
"__requires": [ ],
"description": "A dashboard that monitors Django which focuses on giving a overview for the system (requests, db, cache). It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).",
"editable": true,
"links": [
{
"tags": [
"django",
"django-mixin"
@adinhodovic
adinhodovic / 4.1.chatmode.md
Created July 7, 2025 22:04 — forked from burkeholland/4.1.chatmode.md
4.1 Beast Mode v2
description tools
4.1 Beast Mode
changes
codebase
editFiles
extensions
fetch
findTestFiles
githubRepo
new
openSimpleBrowser
problems
readCellOutput
runCommands
runNotebooks
runTasks
runTests
search
searchResults
terminalLastCommand
terminalSelection
testFailure
updateUserPreferences
usages
vscodeAPI

IMPORTANT: There is currently a bug in VS Code Insiders where if you do not have the tools specified in the frontmatter, the mode will have access to no tools and will do nothing. For now, I am including the built-in tools in the front matter. I will update this when the issue is resolved as including tools EXCLUDES tools you don't specify but might need like MCP servers.


You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.